LogWrapper Class

 

Wraps the WSSG log functionality.

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

System::Object
  Microsoft.WindowsServerSolutions.Common::LogWrapper

public ref class LogWrapper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticError(String^, String^)

Writes an error message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticError(String^, String^, array<Object^>^)

Writes a formatted error message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticException(Exception^)

Writes an exception message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticInfo(String^, String^)

Writes an informational message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticInfo(String^, String^, array<Object^>^)

Writes a formatted informational message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticVerbose(String^, String^)

Writes a verbose message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticVerbose(String^, String^, array<Object^>^)

Writes a formatted verbose message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticWarning(String^, String^)

Writes a warning message to the WSSG log.

System_CAPS_pubmethodSystem_CAPS_staticWarning(String^, String^, array<Object^>^)

Writes a formatted warning message to the WSSG log.

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

Return to top

Community Additions

ADD
Show: