C# Class Sake.Engine.Logging.DefaultLog

Inheritance: ILog
Afficher le fichier Open project: loudej/sake

Méthodes publiques

Méthode Description
DefaultLog ( ISakeSettings settings ) : System
Info ( object value ) : void
Verbose ( object value ) : void
Warn ( object value ) : void

Method Details

DefaultLog() public méthode

public DefaultLog ( ISakeSettings settings ) : System
settings ISakeSettings
Résultat System

Info() public méthode

public Info ( object value ) : void
value object
Résultat void

Verbose() public méthode

public Verbose ( object value ) : void
value object
Résultat void

Warn() public méthode

public Warn ( object value ) : void
value object
Résultat void