Changes
Serilog
,/* Description */
|}
===Logging methods used in UBIKKernel===
{| class="wikitable sortable" | width = "50%"
|- align="left"
|}
=== How To Configure Logging ===
*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 “values”, which are set on their default.
*The default Rolling policies is set to Day and its values can be changed to "Day", "Month" or "Year".
=== Since Version 3.6 ===
Replace our existing Microsoft.Practices.EnterpriseLibrary.Logging with more up-to-date solution like Serilog.
[[Category:3.6.0|Serilog]]
=Example=