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

This type defines the 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 [getset]
 

Detailed Description

This type defines the passthrough to UnityEngine.Debug methods such as Log, LogWarning, and LogException.

img beamable-logo

Member Function Documentation

◆ Error() [1/3]

override void Beamable.Common.BeamableLogUnityProvider.Error ( Exception  ex)
inlinevirtual

◆ Error() [2/3]

override void Beamable.Common.BeamableLogUnityProvider.Error ( string  error)
inlinevirtual

◆ Error() [3/3]

override void Beamable.Common.BeamableLogUnityProvider.Error ( string  error,
params object[]  args 
)
inlinevirtual

◆ Info() [1/2]

override void Beamable.Common.BeamableLogUnityProvider.Info ( string  message)
inlinevirtual

◆ Info() [2/2]

override void Beamable.Common.BeamableLogUnityProvider.Info ( string  message,
params object[]  args 
)
inlinevirtual

◆ Warning() [1/2]

override void Beamable.Common.BeamableLogUnityProvider.Warning ( string  message)
inlinevirtual

◆ Warning() [2/2]

override void Beamable.Common.BeamableLogUnityProvider.Warning ( string  message,
params object[]  args 
)
inlinevirtual

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