Class UnityLoggerProvider
Unity-specific LogOutputs. Gives access to the UnityEngine.Object context used in Unity's log
Inherited Members
Namespace: Unity.Cloud.Common.Runtime
Assembly: Unity.Cloud.Common.Runtime.dll
Syntax
public static class UnityLoggerProvider
Properties
UnityObjectContextPropertyName
The property name used for a Object context.
Declaration
public static string UnityObjectContextPropertyName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetLogger<T>(Object)
Declaration
public static UCLogger GetLogger<T>(Object context)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | context | The Object context. |
Returns
| Type | Description |
|---|---|
| UCLogger |
Type Parameters
| Name | Description |
|---|---|
| T | The type for the logger. |