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

Inheritance: ILogger, IDisposable
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SetupLogLogger() public method

public SetupLogLogger ( bool saveInTemp ) : System
saveInTemp bool
return System

Write() public method

public Write ( string message, LogLevel logLevel ) : void
message string
logLevel LogLevel
return void