mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-01-27 19:49:19 +00:00
Replaces the custom ICompatibleLogger and TraceLogger with log4net for logging, introducing LoggingBootstrap for environment-aware log4net initialization. Refactors all resource tools to use IApiEndpoint and moves them to the ApiEndpoints namespace. Updates project references, configuration, and adds a log4net.config for consistent logging setup.
4 lines
132 B
XML
4 lines
132 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="log4net" version="3.2.0" targetFramework="net472" />
|
|
</packages> |