Class PerThreadData
Class that is used by logging to save some per-thread data for logging management. Usually stores thread's LoggerHandle that is currently used
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public static class PerThreadData
Properties
Name | Description |
---|---|
ThreadLoggerHandle | Current LoggerHandle in this thread. Used internally by mirror struct's implicit constructors |
Methods
Name | Description |
---|---|
Initialize() | Initialize static data |
Reset() | Reset all per thread data |