C# 클래스 CiapiNewsTest.MyLoggerFactoryAdapter

상속: Common.Logging.Simple.AbstractSimpleLoggerFactoryAdapter
파일 보기 프로젝트 열기: cityindex-attic/CIAPI.Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OnMessage Action

공개 메소드들

메소드 설명
MyLoggerFactoryAdapter ( NameValueCollection properties ) : System

보호된 메소드들

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

메소드 상세

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

MyLoggerFactoryAdapter() 공개 메소드

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

프로퍼티 상세

OnMessage 공개적으로 프로퍼티

public Action OnMessage
리턴 Action