This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class LogUtility
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class LogUtility

The type exposes the following members.

Public Methods

  Name Description
Public method Static member Log
Logs a message.
Public method Static member LogError
Logs the error.
Public method Static member LogInformation
Logs the information.
Public method Static member LogWarning
Logs the warning.

Public Properties

  Name Description
Public property Static member DefaultCategory
Gets the default category.

See Also

Advanced