C# Class csCommon.Utils.CaliburnLogging

The caliburn logging.
Inheritance: ILog
Exibir arquivo Open project: TNOCS/csTouch

Public Methods

Method Description
CaliburnLogging ( Type type ) : System

Initializes a new instance of the CaliburnLogging class.

Error ( Exception exception ) : void

The error.

Info ( string format ) : void

The info.

Warn ( string format ) : void

The warn.

Private Methods

Method Description
CreateLogMessage ( string format ) : string

The create log message.

Method Details

CaliburnLogging() public method

Initializes a new instance of the CaliburnLogging class.
public CaliburnLogging ( Type type ) : System
type System.Type /// The type. ///
return System

Error() public method

The error.
public Error ( Exception exception ) : void
exception System.Exception /// The exception. ///
return void

Info() public method

The info.
public Info ( string format ) : void
format string /// The format. ///
return void

Warn() public method

The warn.
public Warn ( string format ) : void
format string /// The format. ///
return void