A FileLogWriter configured to emit one JSON object per line.
public sealed class JsonFileLogWriter : FileLogWriter, IDisposable
Inherits the thread-safety characteristics of FileLogWriter.
kind:method, kind:property, kind:ctor. Press Esc to clear.JsonFileLogWriter(String, JsonLogFormatterOptions?)Initializes a new instance of JsonFileLogWriter with JSON formatter options.JsonFileLogWriter(String)Initializes a new instance of JsonFileLogWriter with default options.JsonFileLogWriter(FileLogWriterOptions, JsonLogFormatterOptions?)Initializes a new instance of JsonFileLogWriter.JsonFileLogWriter(FileLogWriterOptions)Initializes a new instance of JsonFileLogWriter.