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