C# 클래스 AppMetrics.Client.TrackerBase

상속: IDisposable
파일 보기 프로젝트 열기: fandrei/AppMetrics 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
EndMeasure ( Stopwatch watch, string label ) : void
FlushMessages ( ) : void
Log ( Exception exc ) : void
Log ( string name, decimal val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, double val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, float val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, long val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, object val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, string val, MessagePriority priority = MessagePriority.Low ) : void
Log ( string name, ulong val, MessagePriority priority = MessagePriority.Low ) : void
LogFormat ( string name, MessagePriority priority, string format ) : void
LogFormat ( string name, string format ) : void
LogLatency ( string label, double value ) : void
StartMeasure ( ) : Stopwatch

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

EndMeasure() 공개 메소드

public EndMeasure ( Stopwatch watch, string label ) : void
watch Stopwatch
label string
리턴 void

FlushMessages() 공개 추상적인 메소드

public abstract FlushMessages ( ) : void
리턴 void

Log() 공개 메소드

public Log ( Exception exc ) : void
exc System.Exception
리턴 void

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 추상적인 메소드

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

Log() 공개 메소드

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

LogFormat() 공개 메소드

public LogFormat ( string name, MessagePriority priority, string format ) : void
name string
priority MessagePriority
format string
리턴 void

LogFormat() 공개 메소드

public LogFormat ( string name, string format ) : void
name string
format string
리턴 void

LogLatency() 공개 메소드

public LogLatency ( string label, double value ) : void
label string
value double
리턴 void

StartMeasure() 공개 메소드

public StartMeasure ( ) : Stopwatch
리턴 Stopwatch