Create rolling file after application startup without losing events?

18 Apr
2020
18 Apr
'20
3:22 p.m.
Hello! I have a small application that uses a rolling file appender in addition to logging to the console. I use the following small library to respect the various desktop standards on different platforms: https://www.io7m.com/software/jade/ Essentially, the problem I'm facing is that, for the file output, I don't know exactly where I'm going to log to until very shortly after application startup. Is it possible to defer the instantiation of the rolling file appender until I've worked out where the log files are going to go? I've tried to configure one programmatically, but it seems that the rolling file appender package is not exported. -- Mark Raynsford | https://www.io7m.com
1994
Age (days ago)
1994
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Raynsford