C# Class BottleServiceRunner.EventLogFactory

Inheritance: LogWriterFactory
Afficher le fichier Open project: DarthFubuMVC/bottles

Méthodes publiques

Méthode Description
EventLogFactory ( BottleServiceConfiguration settings ) : System
Get ( string name ) : LogWriter
Shutdown ( ) : void

Method Details

EventLogFactory() public méthode

public EventLogFactory ( BottleServiceConfiguration settings ) : System
settings BottleServiceConfiguration
Résultat System

Get() public méthode

public Get ( string name ) : LogWriter
name string
Résultat LogWriter

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void