C# Class XTask.Logging.Logger

Inheritance: ILogger
Afficher le fichier Open project: JeremyKuhne/XTask

Méthodes publiques

Méthode Description
Write ( ITable table ) : void
Write ( WriteStyle style, string format ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( WriteStyle style, string format ) : void
WriteLine ( string value ) : void

Méthodes protégées

Méthode Description
WriteInternal ( WriteStyle style, string value ) : void

Method Details

Write() public abstract méthode

public abstract Write ( ITable table ) : void
table ITable
Résultat void

Write() public méthode

public Write ( WriteStyle style, string format ) : void
style WriteStyle
format string
Résultat void

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteInternal() protected abstract méthode

protected abstract WriteInternal ( WriteStyle style, string value ) : void
style WriteStyle
value string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( WriteStyle style, string format ) : void
style WriteStyle
format string
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void