Click or drag to resize

LoggerSectionUseJSON Property

Gets or sets whether to finalize logfile as a JSON file. If set to true, the log file can be parsed as JSON using json.Net.

Namespace:  Koden.Utils.Logger.ConfigFileSections
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UseJSON { get; set; }

Property Value

Type: Boolean
true or false
See Also