C# Class withSIX.Play.Applications.Services.SetupLogLogger

Inheritance: ILogger, IDisposable
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Dispose ( ) : void
SetupLogLogger ( bool saveInTemp ) : System
Write ( string message, LogLevel logLevel ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SetupLogLogger() public méthode

public SetupLogLogger ( bool saveInTemp ) : System
saveInTemp bool
Résultat System

Write() public méthode

public Write ( string message, LogLevel logLevel ) : void
message string
logLevel LogLevel
Résultat void