org.wildfly.extras.creaper.commands.logging
Class Logging.PeriodicRotatingFileLogHandler

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.logging.Logging.PeriodicRotatingFileLogHandler
Enclosing class:
Logging

public static final class Logging.PeriodicRotatingFileLogHandler
extends Object


Method Summary
 AddPeriodicRotatingFileLogHandler.Builder add(String name, String file, String suffix)
          all parameters are mandatory (i.e., must not be null)
 ChangePeriodicRotatingFileLogHandler.Builder change(String name)
          A variant that doesn't change the file name nor the suffix.
 ChangePeriodicRotatingFileLogHandler.Builder change(String name, String file, String suffix)
          file and suffix can be null if they don't need to be changed
 RemoveLogHandler remove(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public AddPeriodicRotatingFileLogHandler.Builder add(String name,
                                                     String file,
                                                     String suffix)
all parameters are mandatory (i.e., must not be null)


change

public ChangePeriodicRotatingFileLogHandler.Builder change(String name)
A variant that doesn't change the file name nor the suffix.

See Also:
change(String, String, String)

change

public ChangePeriodicRotatingFileLogHandler.Builder change(String name,
                                                           String file,
                                                           String suffix)
file and suffix can be null if they don't need to be changed


remove

public RemoveLogHandler remove(String name)


Copyright © 2020. All rights reserved.