C# 클래스 NAppUpdate.Framework.Common.Logger

파일 보기 프로젝트 열기: robinwassen/NAppUpdate2

공개 메소드들

메소드 설명
Dump ( ) : void
Dump ( string filePath ) : void
Log ( Exception exception ) : void
Log ( Exception exception, string message ) : void
Log ( SeverityLevel severity, string message ) : void
Log ( string message ) : void
Logger ( ) : System
Logger ( List logItems ) : System

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

Dump() 공개 메소드

public Dump ( string filePath ) : void
filePath string
리턴 void

Log() 공개 메소드

public Log ( Exception exception ) : void
exception System.Exception
리턴 void

Log() 공개 메소드

public Log ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Log() 공개 메소드

public Log ( SeverityLevel severity, string message ) : void
severity SeverityLevel
message string
리턴 void

Log() 공개 메소드

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

Logger() 공개 메소드

public Logger ( ) : System
리턴 System

Logger() 공개 메소드

public Logger ( List logItems ) : System
logItems List
리턴 System