C# Class BasicLogging.ConsoleLogger

Inheritance: ILog
Afficher le fichier Open project: bryanhunter/CaliburnMicroTalk

Méthodes publiques

Méthode Description
ConsoleLogger ( Type type ) : System
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

Private Methods

Méthode Description
CreateLogMessage ( string logLevel, string format ) : string

Method Details

ConsoleLogger() public méthode

public ConsoleLogger ( Type type ) : System
type System.Type
Résultat System

Error() public méthode

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

Info() public méthode

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

Warn() public méthode

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