OMLogger Class
Describes the logger.
Assembly: StorageOM (in StorageOM.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Error(String^) | Logs an error event with the specified error message. |
![]() ![]() | Error(String^, array<Object^>^) | Logs an error event with the specified format and arguments. |
![]() ![]() | Exception(Exception^) | Notifies the logger that an exception has been thrown. |
![]() ![]() | Info(String^) | Logs the message passed as an info event to the log file. |
![]() ![]() | Info(String^, array<Object^>^) | Logs the text representation of the specified array of objects as an info event to the log file using the specified format. |
![]() ![]() | Verbose(String^) | Writes a verbose message to the logger, using the specified messgase. |
![]() ![]() | Verbose(String^, array<Object^>^) | Logs the text representation of the specified array of objects as a verbose event to the log file using the specified format. |
![]() ![]() | Warning(String^) | Logs the message passed as a warning event to the log file. |
![]() ![]() | Warning(String^, array<Object^>^) | Logs the text representation of the specified array of objects as a warning event to the log file using the specified format. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

