C# 클래스 Habanero.Testability.Helpers.HabaneroConsoleLogger

Logs any messaged to the console
상속: IHabaneroLogger
파일 보기 프로젝트 열기: Chillisoft/habanero.testability

공개 메소드들

메소드 설명
HabaneroConsoleLogger ( string contextName ) : System

IsLogging ( LogCategory logCategory ) : bool
Log ( Exception exception ) : void
Log ( string message ) : void

Log ( string message, Exception exception ) : void
Log ( string message, Exception exception, LogCategory logCategory ) : void
Log ( string message, LogCategory logCategory ) : void

메소드 상세

HabaneroConsoleLogger() 공개 메소드

public HabaneroConsoleLogger ( string contextName ) : System
contextName string
리턴 System

IsLogging() 공개 메소드

public IsLogging ( LogCategory logCategory ) : bool
logCategory LogCategory
리턴 bool

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

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

Log() 공개 메소드

public Log ( string message, LogCategory logCategory ) : void
message string
logCategory LogCategory
리턴 void