ILoggerLogError Method
IT Hit WebDAV Classes Reference
Logs message in error mode.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax void LogError(
string message,
Exception exception
)
Sub LogError (
message As String,
exception As Exception
)
void LogError(
String^ message,
Exception^ exception
)
abstract LogError :
message : string *
exception : Exception -> unit
Parameters
- message
- Type: SystemString
Message to be logged. - exception
- Type: SystemException
Exception to be logged.
See Also