mirror of https://github.com/docker/docs.git
Update etwlogs.md (#1942)
This commit is contained in:
parent
71ccca95b9
commit
16f87ee78f
|
@ -56,6 +56,6 @@ Here is an example event message:
|
||||||
A client can parse this message string to get both the log message, as well as its
|
A client can parse this message string to get both the log message, as well as its
|
||||||
context information. Note that the time stamp is also available within the ETW event.
|
context information. Note that the time stamp is also available within the ETW event.
|
||||||
|
|
||||||
**Note** This ETW provider emits only a message string, and not a specially
|
> **Note:** This ETW provider emits only a message string, and not a specially
|
||||||
structured ETW event. Therefore, it is not required to register a manifest file
|
> structured ETW event. Therefore, it is not required to register a manifest file
|
||||||
with the system to read and interpret its ETW events.
|
> with the system to read and interpret its ETW events.
|
||||||
|
|
Loading…
Reference in New Issue