C# Class Loyc.LogException

An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred.
Inheritance: System.Exception
Exibir arquivo Open project: qwertie/ecsharp

Public Methods

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

Method Details

LogException() public method

public LogException ( LogMessage msg ) : System
msg LogMessage
return System

LogException() public method

public LogException ( Severity severity, object context, string format ) : System
severity Severity
context object
format string
return System

LogException() public method

public LogException ( object context, string format ) : System
context object
format string
return System