I am using Table Appender for logging. I would like to separate data between the period or size. How we can create a archive for logs if we are using Table Appender.
Asked
Active
Viewed 60 times
0
-
What do you mean with Table Appender? AdoNetAppender? And what do you mean with archive? – Peter Apr 25 '16 at 14:20
-
Log4Net Logging framework will provide the functionality to manage logs for all framework we are using Log4net frame work for logging errors into azure tabke storage. we have to use appender class for format the logging errors and details. https://github.com/zacg/log4net.Azure – Sudheesh Apr 27 '16 at 10:48