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