C# 클래스 Common.Logging.Fluent.FluentLoggerFactoryAdapter

상속: Common.Logging.Simple.AbstractSimpleLoggerFactoryAdapter, IDisposable
파일 보기 프로젝트 열기: zoetrope/fluent-logger-csharp

공개 메소드들

메소드 설명
Dispose ( ) : void
FluentLoggerFactoryAdapter ( ) : System
FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System

보호된 메소드들

메소드 설명
CreateLogger ( string name, LogLevel level, bool showLevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : ILog

비공개 메소드들

메소드 설명
WriteLog ( object obj ) : void

메소드 상세

CreateLogger() 보호된 메소드

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
리턴 ILog

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FluentLoggerFactoryAdapter() 공개 메소드

public FluentLoggerFactoryAdapter ( ) : System
리턴 System

FluentLoggerFactoryAdapter() 공개 메소드

public FluentLoggerFactoryAdapter ( NameValueCollection properties ) : System
properties System.Collections.Specialized.NameValueCollection
리턴 System