Enum TextLoggerParser.ContextWriteResult
Result values returned by an OutputWriteHandler implementer.
Namespace: Unity.Logging
Syntax
public enum ContextWriteResult
Fields
| Name | Description | Value |
|---|---|---|
| Failed | Indicates an TextLoggerParser.OutputWriterHandler failed to write the data for a Context struct to the output stream. |
|
| Success | Indicates an TextLoggerParser.OutputWriterHandler successfully wrote the data for a Context struct to the output stream. |
|
| UnknownType | Context ID value is recognized/supported by the current TextLoggerParser.OutputWriterHandler. |