C# 클래스 CiapiNewsTest.MyLogger

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

공개 프로퍼티들

프로퍼티 타입 설명
OnMessage Action

공개 메소드들

메소드 설명
MyLogger ( string logName, LogLevel logLevel, bool showlevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : System

보호된 메소드들

메소드 설명
WriteInternal ( LogLevel level, object message, Exception exception ) : void

메소드 상세

MyLogger() 공개 메소드

public MyLogger ( string logName, LogLevel logLevel, bool showlevel, bool showDateTime, bool showLogName, string dateTimeFormat ) : System
logName string
logLevel LogLevel
showlevel bool
showDateTime bool
showLogName bool
dateTimeFormat string
리턴 System

WriteInternal() 보호된 메소드

protected WriteInternal ( LogLevel level, object message, Exception exception ) : void
level LogLevel
message object
exception System.Exception
리턴 void

프로퍼티 상세

OnMessage 공개적으로 프로퍼티

public Action OnMessage
리턴 Action