| Modifier and Type | Method and Description |
|---|---|
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) |
public AddPeriodicRotatingFileLogHandler.Builder add(String name, String file, String suffix)
null)public ChangePeriodicRotatingFileLogHandler.Builder change(String name)
change(String, String, String)public ChangePeriodicRotatingFileLogHandler.Builder change(String name, String file, String suffix)
file and suffix can be null if they don't need to be changedpublic RemoveLogHandler remove(String name)
Copyright © 2024. All rights reserved.