C# Class Common.Logging.Fluent.FluentLoggerFactoryAdapter

Inheritance: Common.Logging.Simple.AbstractSimpleLoggerFactoryAdapter, IDisposable
显示文件 Open project: zoetrope/fluent-logger-csharp

Public Methods

Method Description
Dispose ( ) : void
FluentLoggerFactoryAdapter ( ) : System
FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System

Protected Methods

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

Private Methods

Method Description
WriteLog ( object obj ) : void

Method Details

CreateLogger() protected method

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
return ILog

Dispose() public method

public Dispose ( ) : void
return void

FluentLoggerFactoryAdapter() public method

public FluentLoggerFactoryAdapter ( ) : System
return System

FluentLoggerFactoryAdapter() public method

public FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System
properties System.Collections.Specialized.NameValueCollection
return System