C# 클래스 withSIX.Core.Presentation.Bridge.Logging.SetupNlog

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
Initialize ( string appName ) : void

비공개 메소드들

메소드 설명
CreateDefaultConfig ( string appName ) : LoggingConfiguration
CreateDefaultLoggingRule ( Target target, NLog.LogLevel level = null, bool final = false ) : LoggingRule
SetupLogEntries ( string appName, LoggingConfiguration config ) : void

메소드 상세

CurrentDomainOnUnhandledException() 공개 정적인 메소드

public static CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
sender object
unhandledExceptionEventArgs System.UnhandledExceptionEventArgs
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( string appName ) : void
appName string
리턴 void