C# 클래스 BoxInformation.Logging.TextFileLogger

상속: ILogger
파일 보기 프로젝트 열기: NathanGloyn/Is-your-code-SOLID

공개 메소드들

메소드 설명
Log ( string message ) : void
TextFileLogger ( string logPath ) : System.IO

메소드 상세

Log() 공개 메소드

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

TextFileLogger() 공개 메소드

public TextFileLogger ( string logPath ) : System.IO
logPath string
리턴 System.IO