C# Class ChessServer.LogHelper

Afficher le fichier Open project: liuhaili/Chess

Méthodes publiques

Méthode Description
DebugLog ( string msg ) : void
Log ( string msg ) : void
LogError ( string msg ) : void

Method Details

DebugLog() public static méthode

public static DebugLog ( string msg ) : void
msg string
Résultat void

Log() public static méthode

public static Log ( string msg ) : void
msg string
Résultat void

LogError() public static méthode

public static LogError ( string msg ) : void
msg string
Résultat void