Logging Members
Applies To: Windows 8.1
Logs standard ETW events to a pre-configured ETW session maintained by the AXE engine so that the solution doesn't have to configure and manage ETW itself. Use the CreateLogger method to retrieve a Logging object with the AXE Execution Solution API. Use the CreateLogger method to retrieve a Logging object with the AXE Execution Assessment API.
The following tables list the members exposed by the Logging type.
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Marks for the garbage collector to free memory. | |
Equals | (Inherited from Object) | |
FlushLog | Commits all of the accumulated log messages to disk. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
LogBeginOperation | Logs a Begin event to the AXE engine’s pre-configured ETW session. | |
LogDiscreteOperation | Logs an event to the AXE engine’s pre-configured ETW session. | |
LogEndOperation | Logs an end event to the AXE engine’s pre-configured ETW session. | |
LogErrorCode | Overloaded. Logs an error code and custom message to AXE’s pre-configured ETW session. | |
LogFileVersion | Writes the four-part version number of an executable to AXE’s pre-configured ETW file. | |
LogMessage | Overloaded. Writes custom messages to AXE’s pre-configured ETW file. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top