Method | Description | |
---|---|---|
LogException ( LogMessage msg ) : System | ||
LogException ( Severity severity, object context, string format ) : System | ||
LogException ( object context, string format ) : System |
public LogException ( LogMessage msg ) : System | ||
msg | LogMessage | |
return | System |
public LogException ( Severity severity, object context, string format ) : System | ||
severity | Severity | |
context | object | |
format | string | |
return | System |
public LogException ( object context, string format ) : System | ||
context | object | |
format | string | |
return | System |