C# Class ServiceInsight.Framework.Logging.CaliburnMicroLogAdapter

Inheritance: ILog
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
CaliburnMicroLogAdapter ( ILogger logger ) : System
Error ( Exception exception ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

Method Details

CaliburnMicroLogAdapter() public méthode

public CaliburnMicroLogAdapter ( ILogger logger ) : System
logger ILogger
Résultat System

Error() public méthode

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

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void