Class ConsoleService

java.lang.Object
de.bytestore.hostinger.process.service.ConsoleService

@Service @Component public class ConsoleService extends Object
  • Constructor Details

    • ConsoleService

      public ConsoleService(io.jmix.core.DataManager dataManager)
  • Method Details

    • purgeOldLogs

      public void purgeOldLogs(Integer maxAge)
      Purges old console log entries from the database that are older than the specified maximum age.
      Parameters:
      maxAge - the maximum age of log entries to retain, in minutes. Entries older than this age will be deleted.