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 Code |
---|---|
public static class LogUtility |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class LogUtility |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
Log |
Logs a message.
|
|
LogError |
Logs the error.
|
|
LogInformation |
Logs the information.
|
|
LogWarning |
Logs the warning.
|
Public Properties
Name | Description | |
---|---|---|
DefaultCategory |
Gets the default category.
|
See Also
Smartsite.Web.Commands Namespace