C# 클래스 HareDu.Logging

파일 보기 프로젝트 열기: ahives/HareDu

보호된 메소드들

메소드 설명
LogError ( Exception e ) : void
LogError ( string message ) : void
LogInfo ( string message ) : void
Logging ( ILog logger ) : System

메소드 상세

LogError() 보호된 메소드

protected LogError ( Exception e ) : void
e System.Exception
리턴 void

LogError() 보호된 메소드

protected LogError ( string message ) : void
message string
리턴 void

LogInfo() 보호된 메소드

protected LogInfo ( string message ) : void
message string
리턴 void

Logging() 보호된 메소드

protected Logging ( ILog logger ) : System
logger ILog
리턴 System