My Project
|
This translates the logs up to the PlayFab service via a PlayFab restful API TODO: PLAYFAB - attach these to the PlayFab API. More...
Protected Member Functions | |
override void | BeginUploadLog () |
Logs are cached and written in bursts BeginUploadLog is called at the begining of each burst. | |
override void | UploadLog (string message) |
Logs are cached and written in bursts UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog. | |
override void | EndUploadLog () |
Logs are cached and written in bursts EndUploadLog is called at the end of each burst. | |
abstract void | BeginUploadLog () |
Logs are cached and written in bursts BeginUploadLog is called at the begining of each burst. | |
abstract void | UploadLog (string message) |
Logs are cached and written in bursts UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog. | |
abstract void | EndUploadLog () |
Logs are cached and written in bursts EndUploadLog is called at the end of each burst. | |
Additional Inherited Members | |
![]() | |
virtual void | OnEnable () |
virtual void | OnDisable () |
virtual void | OnDestroy () |
void | OnEnable () |
void | OnDisable () |
void | OnDestroy () |
![]() | |
IPAddress | ip [get, set] |
int | port [get, set] |
string | url [get, set] |
![]() | |
IPAddress | ip [get, set] |
int | port [get, set] |
string | url [get, set] |
This translates the logs up to the PlayFab service via a PlayFab restful API TODO: PLAYFAB - attach these to the PlayFab API.
|
inlineprotectedvirtual |
Logs are cached and written in bursts BeginUploadLog is called at the begining of each burst.
Implements PlayFab.Public.PlayFabLoggerBase.
|
inlineprotectedvirtual |
Logs are cached and written in bursts EndUploadLog is called at the end of each burst.
Implements PlayFab.Public.PlayFabLoggerBase.
|
inlineprotectedvirtual |
Logs are cached and written in bursts UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog.
Implements PlayFab.Public.PlayFabLoggerBase.