C# Class Topshelf.Logging.ElmahLogWriterFactory

Inheritance: LogWriterFactory
显示文件 Open project: phatboyg/Topshelf

Public Methods

Method Description
Get ( string name ) : LogWriter
Shutdown ( ) : void
Use ( ElmahLogLevels logLevels = null ) : void

Private Methods

Method Description
ElmahLogWriterFactory ( ElmahLogLevels logLevels ) : System

Method Details

Get() public method

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

Shutdown() public method

public Shutdown ( ) : void
return void

Use() public static method

public static Use ( ElmahLogLevels logLevels = null ) : void
logLevels ElmahLogLevels
return void