Logging Class

Provides logging capability. This class has static methods that you can use to create log messages.

Namespace: Microsoft.MetadirectoryServices.Logging
Assembly: Logging (in Logging.dll)

Usage

'Usage
Dim instance As Logging

Syntax

'Declaration
<StandardModuleAttribute> _
Public NotInheritable Class Logging
[StandardModuleAttribute] 
public sealed class Logging
[StandardModuleAttribute] 
public ref class Logging sealed
/** @attribute StandardModuleAttribute() */ 
public final class Logging
StandardModuleAttribute 
public final class Logging

Remarks

Note

You can use this class only in a rules extension because the class uses other rules extension classes.

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.Logging.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

Target Platforms

Change History

See Also

Reference

Logging Members
Microsoft.MetadirectoryServices.Logging Namespace
Microsoft.MetadirectoryServices.Logging

Other Resources

Logging Rules Extension Messages