C# Class Base.Log

Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Свойство Type Description
SendToServerFrequency long
SendToServerTime long

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Flush ( ) : void
Info ( string msg ) : void
Warning ( string msg ) : void

Private Methods

Méthode Description
Log ( ) : System

Method Details

Debug() public static méthode

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

Error() public static méthode

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

Flush() public static méthode

public static Flush ( ) : void
Résultat void

Info() public static méthode

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

Warning() public static méthode

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

Property Details

SendToServerFrequency public_oe static_oe property

public static long SendToServerFrequency
Résultat long

SendToServerTime public_oe static_oe property

public static long SendToServerTime
Résultat long