C# 클래스 ConfigInjector.Infrastructure.Logging.ConsoleLogger

상속: IConfigInjectorLogger
파일 보기 프로젝트 열기: uglybugger/ConfigInjector

공개 메소드들

메소드 설명
Log ( Exception exception, string template ) : void
Log ( string template ) : void

메소드 상세

Log() 공개 메소드

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

Log() 공개 메소드

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