C# Class Cats.Services.Common.Log

Inheritance: log4net.ILog
Show file Open project: edgecomputing/cats

Public Methods

Method Description
Log ( ) : System
Log ( log4net log ) : System
debug ( string message ) : void
debug ( string message, Exception innerException ) : void
error ( string message ) : void
error ( string message, Exception innerException ) : void
informational ( string message ) : void
informational ( string message, Exception innerException ) : void
warning ( string message ) : void
warning ( string message, Exception innerException ) : void

Method Details

Log() public method

public Log ( ) : System
return System

Log() public method

public Log ( log4net log ) : System
log log4net
return System

debug() public method

public debug ( string message ) : void
message string
return void

debug() public method

public debug ( string message, Exception innerException ) : void
message string
innerException System.Exception
return void

error() public method

public error ( string message ) : void
message string
return void

error() public method

public error ( string message, Exception innerException ) : void
message string
innerException System.Exception
return void

informational() public method

public informational ( string message ) : void
message string
return void

informational() public method

public informational ( string message, Exception innerException ) : void
message string
innerException System.Exception
return void

warning() public method

public warning ( string message ) : void
message string
return void

warning() public method

public warning ( string message, Exception innerException ) : void
message string
innerException System.Exception
return void