gaelcolas / log4ps

PowerShell module for logging using log4net library.
Other
19 stars 9 forks source link

Question #5

Closed crshnbrn66 closed 1 year ago

crshnbrn66 commented 4 years ago

if I want to just load the module and specify the log4net config during startup this should be valid right: import-module log4ps -argumentlist c:\wwwroot\somesite\log4net.config

right?