Struct FormatterStruct
Interface that describes how to convert some object context into string
Implements
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public struct FormatterStruct : IFormatter
Fields
Name | Description |
---|---|
On |
Converts a Log |
Use |
It is a JSON formatter if 1, text if 0 |
Properties
Name | Description |
---|---|
Is |
True if the structure was initialized |
Use |
Checks if this is a JSON or text formatter |