C# 클래스 BottleServiceRunner.EventLogFactory

상속: LogWriterFactory
파일 보기 프로젝트 열기: DarthFubuMVC/bottles

공개 메소드들

메소드 설명
EventLogFactory ( BottleServiceConfiguration settings ) : System
Get ( string name ) : LogWriter
Shutdown ( ) : void

메소드 상세

EventLogFactory() 공개 메소드

public EventLogFactory ( BottleServiceConfiguration settings ) : System
settings BottleServiceConfiguration
리턴 System

Get() 공개 메소드

public Get ( string name ) : LogWriter
name string
리턴 LogWriter

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void