C# 클래스 Tools.Logging.NLogging

상속: ILog
파일 보기 프로젝트 열기: mdhatmaker/Trading-prime-csharp

공개 메소드들

메소드 설명
NLogging ( string sourceName ) : System
Trace ( string message ) : void
TraceDebug ( string message ) : void
TraceError ( string message, Exception exception = null ) : void
TraceException ( string message, Exception exception ) : void
TraceInfo ( string message ) : void
TraceWarn ( string message ) : void

비공개 메소드들

메소드 설명
SetLogger ( ) : void

메소드 상세

NLogging() 공개 메소드

public NLogging ( string sourceName ) : System
sourceName string
리턴 System

Trace() 공개 메소드

public Trace ( string message ) : void
message string
리턴 void

TraceDebug() 공개 메소드

public TraceDebug ( string message ) : void
message string
리턴 void

TraceError() 공개 메소드

public TraceError ( string message, Exception exception = null ) : void
message string
exception Exception
리턴 void

TraceException() 공개 메소드

public TraceException ( string message, Exception exception ) : void
message string
exception Exception
리턴 void

TraceInfo() 공개 메소드

public TraceInfo ( string message ) : void
message string
리턴 void

TraceWarn() 공개 메소드

public TraceWarn ( string message ) : void
message string
리턴 void