My Project
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Protected Member Functions | List of all members
PlayFab.Public.PlayFabLogger Class Reference

This translates the logs up to the PlayFab service via a PlayFab restful API TODO: PLAYFAB - attach these to the PlayFab API. More...

Inheritance diagram for PlayFab.Public.PlayFabLogger:
PlayFab.Public.PlayFabLoggerBase PlayFab.Public.IPlayFabLogger

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

- Public Member Functions inherited from PlayFab.Public.PlayFabLoggerBase
virtual void OnEnable ()
 
virtual void OnDisable ()
 
virtual void OnDestroy ()
 
void OnEnable ()
 
void OnDisable ()
 
void OnDestroy ()
 
- Properties inherited from PlayFab.Public.PlayFabLoggerBase
IPAddress ip [get, set]
 
int port [get, set]
 
string url [get, set]
 
- Properties inherited from PlayFab.Public.IPlayFabLogger
IPAddress ip [get, set]
 
int port [get, set]
 
string url [get, set]
 

Detailed Description

This translates the logs up to the PlayFab service via a PlayFab restful API TODO: PLAYFAB - attach these to the PlayFab API.

Member Function Documentation

◆ BeginUploadLog()

override void PlayFab.Public.PlayFabLogger.BeginUploadLog ( )
inlineprotectedvirtual

Logs are cached and written in bursts BeginUploadLog is called at the begining of each burst.

Implements PlayFab.Public.PlayFabLoggerBase.

◆ EndUploadLog()

override void PlayFab.Public.PlayFabLogger.EndUploadLog ( )
inlineprotectedvirtual

Logs are cached and written in bursts EndUploadLog is called at the end of each burst.

Implements PlayFab.Public.PlayFabLoggerBase.

◆ UploadLog()

override void PlayFab.Public.PlayFabLogger.UploadLog ( string  message)
inlineprotectedvirtual

Logs are cached and written in bursts UploadLog is called for each cached log, between BeginUploadLog and EndUploadLog.

Implements PlayFab.Public.PlayFabLoggerBase.


The documentation for this class was generated from the following file: