C# Class ClientExample.Logger

Inheritance: INetLogger
Show file Open project: pretyk/VisualLogs

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
VisualizeObject ( object o ) : void
Warn ( string message ) : void

Method Details

Debug() public static method

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

Error() public static method

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

Info() public static method

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

VisualizeObject() public static method

public static VisualizeObject ( object o ) : void
o object
return void

Warn() public static method

public static Warn ( string message ) : void
message string
return void