C# Class AcManager.Tools.Profile.PlayerStatsWebServer

Inheritance: IDisposable, ILog
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode 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

Méthode Description
PeriodicUpdate ( string path ) : string
WebsocketsUpdate ( string path ) : string

Method Details

DebugFormat() public méthode

public DebugFormat ( string format ) : void
format string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

Error() public méthode

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Info() public méthode

public Info ( object message ) : void
message object
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

PublishNewCurrentData() public méthode

public PublishNewCurrentData ( object data ) : void
data object
Résultat void

Start() public méthode

public Start ( int port ) : void
port int
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void