`INAF.Libraries.Uwp.Logging` is a lightweight UWP class library that provides centralized file-based logging for client applications. The library wraps `Serilog` configuration behind a simple singleton-style `Logger` class and stores log files in the application local storage folder.The main purpose of the library is to offer a reusable logging component for UWP applications with the following characteristics: simple initialization through a single entry point; persistent file logging in the app local folder; support for standard log severity levels; integration with debug output during development.
Francesco Carraro (Tue,) studied this question.