C# Class NLog.LoggerImpl

Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Private Methods

Method Description
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