C# 클래스 NLog.LoggerImpl

파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

비공개 메소드들

메소드 설명
FindCallingMethodOnStackTrace ( StackTrace stackTrace, Type loggerType ) : int
GetFilterResult ( IEnumerable filterChain, LogEventInfo logEvent ) : FilterResult

Gets the filter result.

SkipAssembly ( Assembly assembly ) : bool
Write ( Type loggerType, NLog.Internal.TargetWithFilterChain targets, LogEventInfo logEvent, LogFactory factory ) : void
WriteToTargetWithFilterChain ( NLog.Internal.TargetWithFilterChain targetListHead, LogEventInfo logEvent, AsyncContinuation onException ) : bool