Serilog uses a simple C# API to configure logging. When XML configuration is desirable it can be mixed in sparingly using the AppSettings package. Log event sinks generally record log events to some ...
Hi. We have a logging library, used in a lot of projects, that tries to hide away the logging configuration/setup. Its very simple: public static class Logging ...