C# 클래스 AtoV.Loggers.AbstractLogger

파일 보기 프로젝트 열기: dahlbyk/Presentations

공개 메소드들

메소드 설명
Log ( string msg ) : void
Log ( string msg, string category ) : void
LogFormat ( string format ) : void
LogFormat ( string category, string format ) : void

메소드 상세

Log() 공개 추상적인 메소드

public abstract Log ( string msg ) : void
msg string
리턴 void

Log() 공개 메소드

public Log ( string msg, string category ) : void
msg string
category string
리턴 void

LogFormat() 공개 메소드

public LogFormat ( string format ) : void
format string
리턴 void

LogFormat() 공개 메소드

public LogFormat ( string category, string format ) : void
category string
format string
리턴 void