LogWrapper Class
Wraps the WSSG log functionality.
Assembly: MiscUtil (in MiscUtil.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Error(String^, String^) | Writes an error message to the WSSG log. |
![]() ![]() | Error(String^, String^, array<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^, array<Object^>^) | Writes a formatted informational message to the WSSG log. |
![]() ![]() | Verbose(String^, String^) | Writes a verbose message to the WSSG log. |
![]() ![]() | Verbose(String^, String^, array<Object^>^) | Writes a formatted verbose message to the WSSG log. |
![]() ![]() | Warning(String^, String^) | Writes a warning message to the WSSG log. |
![]() ![]() | Warning(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.
Community Additions
ADD
Show:

