C# 클래스 Arma2NETMySQLPlugin.Logger

파일 보기 프로젝트 열기: firefly2442/Arma2NETMySQLPlugin

공개 메소드들

메소드 설명
Logger ( ) : System
Stop ( ) : void
addMessage ( LogType type, string message ) : void
getLogDir ( ) : string

메소드 상세

Logger() 공개 메소드

public Logger ( ) : System
리턴 System

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

addMessage() 공개 정적인 메소드

public static addMessage ( LogType type, string message ) : void
type LogType
message string
리턴 void

getLogDir() 공개 정적인 메소드

public static getLogDir ( ) : string
리턴 string