C# 클래스 Base.Log

파일 보기 프로젝트 열기: egametang/Egametang

공개 프로퍼티들

프로퍼티 타입 설명
SendToServerFrequency long
SendToServerTime long

공개 메소드들

메소드 설명
Debug ( string msg ) : void
Error ( string msg ) : void
Flush ( ) : void
Info ( string msg ) : void
Warning ( string msg ) : void

비공개 메소드들

메소드 설명
Log ( ) : System

메소드 상세

Debug() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Info() 공개 정적인 메소드

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

Warning() 공개 정적인 메소드

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

프로퍼티 상세

SendToServerFrequency 공개적으로 정적으로 프로퍼티

public static long SendToServerFrequency
리턴 long

SendToServerTime 공개적으로 정적으로 프로퍼티

public static long SendToServerTime
리턴 long