OMLogger Class

 

Describes the logger.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Storage::OMLogger

public ref class OMLogger abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticError(String^)

Logs an error event with the specified error message.

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

Logs an error event with the specified format and arguments.

System_CAPS_pubmethodSystem_CAPS_staticException(Exception^)

Notifies the logger that an exception has been thrown.

System_CAPS_pubmethodSystem_CAPS_staticInfo(String^)

Logs the message passed as an info event to the log file.

System_CAPS_pubmethodSystem_CAPS_staticInfo(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.

System_CAPS_pubmethodSystem_CAPS_staticVerbose(String^)

Writes a verbose message to the logger, using the specified messgase.

System_CAPS_pubmethodSystem_CAPS_staticVerbose(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.

System_CAPS_pubmethodSystem_CAPS_staticWarning(String^)

Logs the message passed as a warning event to the log file.

System_CAPS_pubmethodSystem_CAPS_staticWarning(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.

Return to top

Community Additions

ADD
Show: