Struct FileSinkSystem.GeneralSinkConfiguration
General configuration
Inherited Members
Namespace: Unity.Logging.Sinks
Assembly: solution.dll
Syntax
public struct FileSinkSystem.GeneralSinkConfiguration
Fields
Name | Description |
---|---|
Postfix | String that should be added to any file at the end |
Prefix | String that should be added to any file at the beginning |
Separator | String that should be added between each logging message |
Methods
Name | Description |
---|---|
JsonArray() | Whole file is a json array, elements separated with comma |
JsonLines() | Each line is a JSON object |