Skip to content

Extension library for dynamically configuring log4net appenders and loggers.

Notifications You must be signed in to change notification settings

iwtsolutions/dynamic-log4net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Log4net

Log4net extension library for configuring appenders and loggers through c# code.

Basic Usage

var dynamicLog = new DynamicLog("%m%newline");
dynamicLog.AddRollingFileAppender(@"C:\log\transaction.log", 30);
ILog logger = dynamicLog.GetLog();

About

Extension library for dynamically configuring log4net appenders and loggers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages