C# Class Common.Logging.Fluent.FluentLoggerFactoryAdapter

Inheritance: Common.Logging.Simple.AbstractSimpleLoggerFactoryAdapter, IDisposable
Afficher le fichier Open project: zoetrope/fluent-logger-csharp

Méthodes publiques

Méthode Description
Dispose ( ) : void
FluentLoggerFactoryAdapter ( ) : System
FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System

Méthodes protégées

Méthode Description
CreateLogger ( string name, LogLevel level, bool showLevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : ILog

Private Methods

Méthode Description
WriteLog ( object obj ) : void

Method Details

CreateLogger() protected méthode

protected CreateLogger ( string name, LogLevel level, bool showLevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : ILog
name string
level LogLevel
showLevel bool
showDateTime bool
showLogName bool
dateTimeFormat string
Résultat ILog

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FluentLoggerFactoryAdapter() public méthode

public FluentLoggerFactoryAdapter ( ) : System
Résultat System

FluentLoggerFactoryAdapter() public méthode

public FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System
properties System.Collections.Specialized.NameValueCollection
Résultat System