C# Class Topshelf.Common.Logging.CommonLogWriterFactory

Inheritance: LogWriterFactory
Mostra file Open project: Thanood/Topshelf.Common.Logging Class Usage Examples

Public Methods

Method Description
Get ( string name ) : LogWriter
Shutdown ( ) : void

Private Methods

Method Description
Use ( ) : void

Method Details

Get() public method

public Get ( string name ) : LogWriter
name string
return LogWriter

Shutdown() public method

public Shutdown ( ) : void
return void