C# 클래스 Medusa.Log.Logger

파일 보기 프로젝트 열기: fjz13/Medusa

공개 메소드들

메소드 설명
All ( string format ) : void
AllLine ( string format ) : void
Error ( string format ) : void
ErrorLine ( string format ) : void
Info ( string format ) : void
InfoLine ( string format ) : void

메소드 상세

All() 공개 정적인 메소드

public static All ( string format ) : void
format string
리턴 void

AllLine() 공개 정적인 메소드

public static AllLine ( string format ) : void
format string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string format ) : void
format string
리턴 void

ErrorLine() 공개 정적인 메소드

public static ErrorLine ( string format ) : void
format string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string format ) : void
format string
리턴 void

InfoLine() 공개 정적인 메소드

public static InfoLine ( string format ) : void
format string
리턴 void