C# Class BasicLogging.ConsoleLogger

Inheritance: ILog
Datei anzeigen Open project: bryanhunter/CaliburnMicroTalk

Public Methods

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

Private Methods

Method Description
CreateLogMessage ( string logLevel, string format ) : string

Method Details

ConsoleLogger() public method

public ConsoleLogger ( Type type ) : System
type System.Type
return System

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Info() public method

public Info ( string format ) : void
format string
return void

Warn() public method

public Warn ( string format ) : void
format string
return void