C# 클래스 Aspectacular.CallerAopLogger

Provides access to logging functionality for callers of AOP-intercepted functions.
파일 보기 프로젝트 열기: vgribok/Aspectacular

보호된 프로퍼티들

프로퍼티 타입 설명
log CallLifetimeLog

보호된 메소드들

메소드 설명
Log ( EntryType entryType, string optionalKey, string format ) : void

Adds entry to the log held by the proxy.

LogError ( string format ) : void

Shortcut for logging error entries.

LogErrorWithKey ( string optionalKey, string format ) : void

Shortcut for logging error entries.

LogInformation ( string format ) : void

Shortcut for logging information entries.

LogInformationData ( string optionalKey, object data ) : void

Shortcut for logging information entries.

LogInformationWithKey ( string optionalKey, string format ) : void

Shortcut for logging information entries.

LogWarning ( string format ) : void

Shortcut for logging warning entries.

LogWarningWithKey ( string optionalKey, string format ) : void

Shortcut for logging warning entries.

비공개 메소드들

메소드 설명
CallerAopLogger ( CallLifetimeLog log ) : System

메소드 상세

Log() 보호된 메소드

Adds entry to the log held by the proxy.
protected Log ( EntryType entryType, string optionalKey, string format ) : void
entryType EntryType
optionalKey string
format string
리턴 void

LogError() 보호된 메소드

Shortcut for logging error entries.
protected LogError ( string format ) : void
format string
리턴 void

LogErrorWithKey() 보호된 메소드

Shortcut for logging error entries.
protected LogErrorWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
리턴 void

LogInformation() 보호된 메소드

Shortcut for logging information entries.
protected LogInformation ( string format ) : void
format string
리턴 void

LogInformationData() 보호된 메소드

Shortcut for logging information entries.
protected LogInformationData ( string optionalKey, object data ) : void
optionalKey string
data object
리턴 void

LogInformationWithKey() 보호된 메소드

Shortcut for logging information entries.
protected LogInformationWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
리턴 void

LogWarning() 보호된 메소드

Shortcut for logging warning entries.
protected LogWarning ( string format ) : void
format string
리턴 void

LogWarningWithKey() 보호된 메소드

Shortcut for logging warning entries.
protected LogWarningWithKey ( string optionalKey, string format ) : void
optionalKey string
format string
리턴 void

프로퍼티 상세

log 보호되어 있는 프로퍼티

protected CallLifetimeLog,Aspectacular log
리턴 CallLifetimeLog