A logging implementation for the Kanda SDK which provides standardized tags on top of the Unity Logging package.
More...
|
|
static void | UseDefaultConfiguration () |
| | Run at startup to configure a Burst-compatible logger which redirects to Unity console.
|
| |
|
static void | Write (in FixedString512Bytes message, LogType type=LogType.Log) |
| | Write a basic log message.
|
| |
|
static void | Write (in FixedString512Bytes message, WorldUnmanaged world, LogType type=LogType.Log) |
| | Write a log message with Entity World context.
|
| |
|
static void | WriteSendRpc (in FixedString512Bytes description, WorldUnmanaged world, LogType type=LogType.Log) |
| | Shorthand for describing sent RPCs.
|
| |
|
static void | WriteHandleRpc (in FixedString512Bytes description, WorldUnmanaged world, LogType type=LogType.Log) |
| | Shorthand for describing handled RPCs.
|
| |
|
static void | WriteInvokeAppEvent (in FixedString512Bytes description, WorldUnmanaged world, LogType type=LogType.Log) |
| | Shorthand for describing invoked App Events.
|
| |
|
static void | WriteHandleAppEvent (in FixedString512Bytes description, WorldUnmanaged world, LogType type=LogType.Log) |
| | Shorthand for describing handled App Events.
|
| |
A logging implementation for the Kanda SDK which provides standardized tags on top of the Unity Logging package.
The documentation for this class was generated from the following file:
- Runtime/Observability/KandaLog.cs