EnterpriseLibrary / logging-application-block

Apache License 2.0
1 stars 9 forks source link

File not rolling on specifying rollSizeKB but work with RollInterval using EnterpriseLibrary.Logging.NetCore #3

Open agupta0111 opened 4 years ago

agupta0111 commented 4 years ago

Log File : LogWriter logWriter = null; logWriter = new LogWriterFactory().Create(); for (int i = 0; i <= 5000000; i++) { logWriter.Write("First Loop"); logWriter.Write("log" + i); } Config file: <?xml version="1.0" encoding="utf-8" ?>

agupta0111 commented 4 years ago

@Chavoshi @moein-shafiei Any update on above issue?

agupta0111 commented 4 years ago

Any update on this ? @Chavoshi @moein-shafiei

omriShukrun08 commented 1 year ago

Any update on this ? @Chavoshi @moein-shafiei

Is there any time this issue going to be solved ?