Jump to: navigation, search

Changes


Serilog

54 bytes added, 08:00, 22 June 2020
/* NewFeatures */
|}
*Added a way for the User to configure the default log path, the file count limit, the log event level and rolling policies through Logger.config with changing only the “value”, which are set on their default.
**The default Log path is set to C:\Users\.......\source\repos\UBIK.Server\Branches\.......\UBIK.Studio\bin\Debug\Logs. Value and its value can be changed to any local path(value="C:\logs").**Event The default for the event level is set to Debug.The and its value="Debug ", can be changed to Verbose,Information,Warning,Error or Fatal.**File default count limit is set to 31.The and the value="31", can be set changed to any positive number.**The default Rolling policies is set to Day.The and its value="Day" , can be set to "Day", "Month" or "Year".
392
edits