Struct LoggerHandle
Structure that contains unique identifier of Logger
Inherited Members
Namespace: Unity.Logging
Syntax
public readonly struct LoggerHandle
Fields
Value
Unique id of Logger. Valid value is not 0.
Declaration
public readonly long Value
Field Value
Type | Description |
---|---|
Int64 |
Properties
IsValid
True if Value is not 0.
Declaration
public readonly bool IsValid { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
MustBeValid()
Throws if this LoggerHandle is not valid. IsValid
Declaration
public readonly void MustBeValid()
Exceptions
Type | Condition |
---|---|
Exception | throws if this LoggerHandle is not valid |