org.wildfly.extras.creaper.commands.logging
Class Logging.PeriodicRotatingFileLogHandler
java.lang.Object
org.wildfly.extras.creaper.commands.logging.Logging.PeriodicRotatingFileLogHandler
- Enclosing class:
- Logging
public static final class Logging.PeriodicRotatingFileLogHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.