C# 클래스 Zetbox.API.PerfCounter.BaseLog4NetAppender

상속: IBasePerfCounterAppender
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
sync object

공개 메소드들

메소드 설명
BaseLog4NetAppender ( ) : System
DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetList ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks ) : void
DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks ) : void
DecrementSetObjects ( int objectCount, long startTicks ) : void
DecrementSubmitChanges ( int objectCount, long startTicks ) : void
Dump ( ) : void
IncrementFetchRelation ( InterfaceType ifType ) : void
IncrementGetList ( InterfaceType ifType ) : void
IncrementGetListOf ( InterfaceType ifType ) : void
IncrementQuery ( InterfaceType ifType ) : void
IncrementServerMethodInvocation ( ) : void
IncrementSetObjects ( ) : void
IncrementSubmitChanges ( ) : void
Initialize ( IFrozenContext frozenCtx ) : void
Install ( ) : void
Uninstall ( ) : void

보호된 메소드들

메소드 설명
ResetValues ( ) : void
ShouldDump ( ) : void

비공개 메소드들

메소드 설명
Avg ( long duration, long count ) : long
Get ( InterfaceType ifType ) : ObjectsPerfCounter
GetFormatString ( int count ) : string

메소드 상세

BaseLog4NetAppender() 공개 메소드

public BaseLog4NetAppender ( ) : System
리턴 System

DecrementFetchRelation() 공개 메소드

public DecrementFetchRelation ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
리턴 void

DecrementGetList() 공개 메소드

public DecrementGetList ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
리턴 void

DecrementGetListOf() 공개 메소드

public DecrementGetListOf ( InterfaceType ifType, int resultSize, long startTicks ) : void
ifType Zetbox.API.InterfaceType
resultSize int
startTicks long
리턴 void

DecrementQuery() 공개 메소드

public DecrementQuery ( InterfaceType ifType, int objectCount, long startTicks ) : void
ifType Zetbox.API.InterfaceType
objectCount int
startTicks long
리턴 void

DecrementSetObjects() 공개 메소드

public DecrementSetObjects ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
리턴 void

DecrementSubmitChanges() 공개 메소드

public DecrementSubmitChanges ( int objectCount, long startTicks ) : void
objectCount int
startTicks long
리턴 void

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

IncrementFetchRelation() 공개 메소드

public IncrementFetchRelation ( InterfaceType ifType ) : void
ifType Zetbox.API.InterfaceType
리턴 void

IncrementGetList() 공개 메소드

public IncrementGetList ( InterfaceType ifType ) : void
ifType Zetbox.API.InterfaceType
리턴 void

IncrementGetListOf() 공개 메소드

public IncrementGetListOf ( InterfaceType ifType ) : void
ifType Zetbox.API.InterfaceType
리턴 void

IncrementQuery() 공개 메소드

public IncrementQuery ( InterfaceType ifType ) : void
ifType Zetbox.API.InterfaceType
리턴 void

IncrementServerMethodInvocation() 공개 메소드

public IncrementServerMethodInvocation ( ) : void
리턴 void

IncrementSetObjects() 공개 메소드

public IncrementSetObjects ( ) : void
리턴 void

IncrementSubmitChanges() 공개 메소드

public IncrementSubmitChanges ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IFrozenContext frozenCtx ) : void
frozenCtx IFrozenContext
리턴 void

Install() 공개 메소드

public Install ( ) : void
리턴 void

ResetValues() 보호된 메소드

protected ResetValues ( ) : void
리턴 void

ShouldDump() 보호된 메소드

protected ShouldDump ( ) : void
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : void
리턴 void

프로퍼티 상세

sync 보호되어 있는 정적으로 프로퍼티

protected static object sync
리턴 object