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

This is some unity-log capturing logic, and threading tools that allow logging to be caught and processed on another thread. More...

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

Public Member Functions

virtual void OnEnable ()
 
virtual void OnDisable ()
 
virtual void OnDestroy ()
 
void OnEnable ()
 
void OnDisable ()
 
void OnDestroy ()
 

Protected Member Functions

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.
 

Properties

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 is some unity-log capturing logic, and threading tools that allow logging to be caught and processed on another thread.

Member Function Documentation

◆ BeginUploadLog()

abstract void PlayFab.Public.PlayFabLoggerBase.BeginUploadLog ( )
protectedpure virtual

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

Implemented in PlayFab.Public.PlayFabLogger.

◆ EndUploadLog()

abstract void PlayFab.Public.PlayFabLoggerBase.EndUploadLog ( )
protectedpure virtual

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

Implemented in PlayFab.Public.PlayFabLogger.

◆ OnDestroy()

virtual void PlayFab.Public.PlayFabLoggerBase.OnDestroy ( )
inlinevirtual

◆ OnDisable()

virtual void PlayFab.Public.PlayFabLoggerBase.OnDisable ( )
inlinevirtual

◆ OnEnable()

virtual void PlayFab.Public.PlayFabLoggerBase.OnEnable ( )
inlinevirtual

◆ UploadLog()

abstract void PlayFab.Public.PlayFabLoggerBase.UploadLog ( string  message)
protectedpure virtual

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

Implemented in PlayFab.Public.PlayFabLogger.

Property Documentation

◆ ip

IPAddress PlayFab.Public.PlayFabLoggerBase.ip
getset

◆ port

int PlayFab.Public.PlayFabLoggerBase.port
getset

◆ url

string PlayFab.Public.PlayFabLoggerBase.url
getset

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