C# Class AcManager.Tools.Profile.PlayerStatsWebServer

Inheritance: IDisposable, ILog
Show file Open project: gro-ove/actools

Public Methods

Method Description
DebugFormat ( string format ) : void
Dispose ( ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
PublishNewCurrentData ( object data ) : void
Start ( int port ) : void
WarnFormat ( string format ) : void

Private Methods

Method Description
PeriodicUpdate ( string path ) : string
WebsocketsUpdate ( string path ) : string

Method Details

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Dispose() public method

public Dispose ( ) : void
return void

Error() public method

public Error ( object message ) : void
message object
return void

Error() public method

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Info() public method

public Info ( object message ) : void
message object
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

PublishNewCurrentData() public method

public PublishNewCurrentData ( object data ) : void
data object
return void

Start() public method

public Start ( int port ) : void
port int
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void