Beamable SDK
Public Member Functions | List of all members
Beamable.Common.BeamableLogUnityProvider Class Reference

BeamableLogUnityProvider is a simple passthrough to UnityEngine.Debug methods such as Log, LogWarning, and LogException. More...

Inheritance diagram for Beamable.Common.BeamableLogUnityProvider:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.BeamableLogUnityProvider:
Collaboration graph
[legend]

Public Member Functions

override void Info (string message)
 
override void Info (string message, params object[] args)
 
override void Warning (string message)
 
override void Warning (string message, params object[] args)
 
override void Error (Exception ex)
 
override void Error (string error)
 
override void Error (string error, params object[] args)
 

Additional Inherited Members

- Properties inherited from Beamable.Common.BeamableLogProvider
static BeamableLogProvider Provider = DefaultProvider [get, set]
 

Detailed Description

BeamableLogUnityProvider is a simple passthrough to UnityEngine.Debug methods such as Log, LogWarning, and LogException.


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