C# Class ChessServer.LogHelper

Show file Open project: liuhaili/Chess

Public Methods

Method Description
DebugLog ( string msg ) : void
Log ( string msg ) : void
LogError ( string msg ) : void

Method Details

DebugLog() public static method

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

Log() public static method

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

LogError() public static method

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