C# 클래스 ServiceInsight.Framework.Logging.CaliburnMicroLogAdapter

상속: ILog
파일 보기 프로젝트 열기: Particular/ServiceInsight

공개 메소드들

메소드 설명
CaliburnMicroLogAdapter ( ILogger logger ) : System
Error ( Exception exception ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

메소드 상세

CaliburnMicroLogAdapter() 공개 메소드

public CaliburnMicroLogAdapter ( ILogger logger ) : System
logger ILogger
리턴 System

Error() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

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

Warn() 공개 메소드

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