 | 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)
Syntaxpublic bool UseJSON { get; set; }
Public Property UseJSON As Boolean
Get
Set
public:
property bool UseJSON {
bool get ();
void set (bool value);
}
member UseJSON : bool with get, set
Property Value
Type:
Boolean
true or false
See Also