C# Class csCommon.Utils.CaliburnLogging

The caliburn logging.
Inheritance: ILog
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode 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

Méthode Description
CreateLogMessage ( string format ) : string

The create log message.

Method Details

CaliburnLogging() public méthode

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

Error() public méthode

The error.
public Error ( Exception exception ) : void
exception System.Exception /// The exception. ///
Résultat void

Info() public méthode

The info.
public Info ( string format ) : void
format string /// The format. ///
Résultat void

Warn() public méthode

The warn.
public Warn ( string format ) : void
format string /// The format. ///
Résultat void