C# Class Base.Log

Show file Open project: egametang/Egametang

Public Properties

Property Type Description
SendToServerFrequency long
SendToServerTime long

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg ) : void
Flush ( ) : void
Info ( string msg ) : void
Warning ( string msg ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Flush() public static method

public static Flush ( ) : void
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

Warning() public static method

public static Warning ( string msg ) : void
msg string
return void

Property Details

SendToServerFrequency public static property

public static long SendToServerFrequency
return long

SendToServerTime public static property

public static long SendToServerTime
return long