Jump to: navigation, search

Changes


Serilog

4 bytes added, 08:22, 22 June 2020
/* Logging methods used in UBIKKernel */
|}
*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 and its value values can be changed to any local path(value="C:\logs").**The default for the event level is set to Debug and its value values can be changed to Verbose, Information, Warning, Error or Fatal.**File default count limit is set to 31 and the value its values can be changed to any positive number.**The default Rolling policies is set to Day and its value values can be set to "Day", "Month" or "Year".
415
edits