C# Class Sake.Engine.Logging.DefaultLog

Inheritance: ILog
Show file Open project: loudej/sake

Public Methods

Method Description
DefaultLog ( ISakeSettings settings ) : System
Info ( object value ) : void
Verbose ( object value ) : void
Warn ( object value ) : void

Method Details

DefaultLog() public method

public DefaultLog ( ISakeSettings settings ) : System
settings ISakeSettings
return System

Info() public method

public Info ( object value ) : void
value object
return void

Verbose() public method

public Verbose ( object value ) : void
value object
return void

Warn() public method

public Warn ( object value ) : void
value object
return void