Methods
Name | Description | |
---|---|---|
![]() ![]() | LogCritical(String, Exception) |
Logs a 'critical' message to the Orckestra CMS log. You should only use 'critical' when a major system failure occur.
|
![]() ![]() | LogCritical(String, String) |
Logs a 'critical' message to the Orckestra CMS log. You should only use 'critical' when a major system failure occur.
|
![]() ![]() | LogCritical(String, String, array<Object>[]()[][]) |
Logs a 'critical' message to the Orckestra CMS log. You should only use 'critical' when a major system failure occur.
|
![]() ![]() | LogError(String, Exception) |
Logs a 'error' message to the Orckestra CMS log.
|
![]() ![]() | LogError(String, String) |
Logs a 'error' message to the Orckestra CMS log.
|
![]() ![]() | LogError(String, String, array<Object>[]()[][]) |
Logs a 'error' message to the Orckestra CMS log.
|
![]() ![]() | LogInformation(String, String) |
Logs a 'information' message to the Orckestra CMS log.
|
![]() ![]() | LogInformation(String, String, array<Object>[]()[][]) |
Logs a 'information' message to the Orckestra CMS log.
|
![]() ![]() | LogVerbose(String, String) |
Logs a 'verbose' message to the Orckestra CMS log. Verbose messages are typically only shown in developer log viewers.
|
![]() ![]() | LogVerbose(String, String, array<Object>[]()[][]) |
Logs a 'verbose' message to the Orckestra CMS log.
|
![]() ![]() | LogWarning(String, Exception) |
Logs a 'verbose' message to the Orckestra CMS log.
|
![]() ![]() | LogWarning(String, String) |
Logs a 'warning' message to the Orckestra CMS log.
|
![]() ![]() | LogWarning(String, String, array<Object>[]()[][]) |
Logs a 'warning' message to the Orckestra CMS log.
|