C# Class FastNetwork.Log.ConsoleListener

console trace listener
Inheritance: ITraceListener
Afficher le fichier Open project: zhujunxxxxx/FastNetwork

Méthodes publiques

Méthode Description
Debug ( string message ) : void

debug

Error ( string message, Exception ex ) : void

error

Info ( string message ) : void

info

Method Details

Debug() public méthode

debug
public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

error
public Error ( string message, Exception ex ) : void
message string
ex System.Exception
Résultat void

Info() public méthode

info
public Info ( string message ) : void
message string
Résultat void