We have a requirement to keep logEvents(logs) in memory for certain configurable time even if logging is turned off i.e in that case logback logger should just keep the logging data in memory and should not write it to logfile. Any help will be appreciated. Deepak