LogWrapper Class

 

Wraps the WSSG log functionality.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Common.LogWrapper

Syntax

public static class LogWrapper
public ref class LogWrapper abstract sealed 
Public NotInheritable Class LogWrapper

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Error(String, String)

Writes an error message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Error(String, String, Object[])

Writes a formatted error message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Exception(Exception)

Writes an exception message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Info(String, String)

Writes an informational message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Info(String, String, Object[])

Writes a formatted informational message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Verbose(String, String)

Writes a verbose message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Verbose(String, String, Object[])

Writes a formatted verbose message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Warning(String, String)

Writes a warning message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_static Warning(String, String, Object[])

Writes a formatted warning message to the WSSG log.

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.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top