C# 클래스 AppMetrics.Client.Log4Net.Log4NetTracker

상속: TrackerBase
파일 보기 프로젝트 열기: fandrei/AppMetrics

공개 메소드들

메소드 설명
Dispose ( ) : void
FlushMessages ( ) : void
Log ( string name, string val, MessagePriority priority = MessagePriority.Low ) : void
Log4NetTracker ( log4net.ILog log ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlushMessages() 공개 메소드

public FlushMessages ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string name, string val, MessagePriority priority = MessagePriority.Low ) : void
name string
val string
priority MessagePriority
리턴 void

Log4NetTracker() 공개 메소드

public Log4NetTracker ( log4net.ILog log ) : System
log log4net.ILog
리턴 System