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 | |
---|---|---|
Error(String, String) | Writes an error message to the WSSG log. |
|
Error(String, String, Object[]) | Writes a formatted error message to the WSSG log. |
|
Exception(Exception) | Writes an exception message to the WSSG log. |
|
Info(String, String) | Writes an informational message to the WSSG log. |
|
Info(String, String, Object[]) | Writes a formatted informational message to the WSSG log. |
|
Verbose(String, String) | Writes a verbose message to the WSSG log. |
|
Verbose(String, String, Object[]) | Writes a formatted verbose message to the WSSG log. |
|
Warning(String, String) | Writes a warning message to the WSSG log. |
|
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