Logging Class

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.

Namespace: Microsoft.Assessments
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Logging

Syntax

'Declaration
Public NotInheritable Class Logging
    Implements IDisposable
public sealed class Logging : IDisposable
public ref class Logging sealed : IDisposable
public final class Logging implements IDisposable
public final class Logging implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Assessments.Logging

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Logging Members
Microsoft.Assessments Namespace