Enum FileLogExporterFormat
Enumerates FileLogExporter output formats.
Namespace: Neon.Diagnostics
Assembly: Neon.Common.dll
Syntax
public enum FileLogExporterFormat
Fields
| Name | Description |
|---|---|
| Human | Outputs logs in a human readable format. This is the default. |
| Json | Outputs logs as single-line JSON. |