Re: [rules-users] WorkingMemoryFileLogger question

2011-12-18 Thread Mark Proctor
I don't believe that is currently possible. Would make a good project for you to work on. Maybe you should add a start() and stop() method to the logger. However also make sure that the resulting fragmented log can be read and used - you may find that it's effectively corrupted, due to missing

Re: [rules-users] WorkingMemoryFileLogger question

2011-12-18 Thread Michael Anstis
All file based loggers can split their content into multiple files when the number of recorded events surpasses a given threshold. It should be quite simple to modify this to be able to pause logging and resume to a new file when unpaused. sent on the move On 18 Dec 2011 18:02, Mark Proctor

[rules-users] WorkingMemoryFileLogger question

2011-12-16 Thread jkrupka
Am I totally missing something or is there not a way to stop logging of a stateful ks once you start doing so via the WorkingMemoryFileLogger (at least in Drools 5.2)? The Event Listeners that get registered when the file logger get created don't seem to ever be unregistered, and calling classes