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

Visual Basic
Dim instance As Logging

Syntax

Visual Basic
<StandardModuleAttribute> _
Public NotInheritable Class Logging
C#
[StandardModuleAttribute] 
public sealed class Logging
C++
[StandardModuleAttribute] 
public ref class Logging sealed
J#
/** @attribute StandardModuleAttribute() */ 
public final class Logging
JScript
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