C# 클래스 KMP.Log

파일 보기 프로젝트 열기: TehGimp/KerbalMultiPlayer

공개 메소드들

메소드 설명
Activity ( string format ) : void
Debug ( string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Notice ( string format ) : void
Warning ( string format ) : void
WriteDelayedLog ( ) : void

비공개 메소드들

메소드 설명
WriteLog ( LogLevels level, string format ) : void

메소드 상세

Activity() 공개 정적인 메소드

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

Debug() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Notice() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

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

WriteDelayedLog() 공개 정적인 메소드

public static WriteDelayedLog ( ) : void
리턴 void