org.wildfly.extras.creaper.commands.logging
Class Logging.Logger
java.lang.Object
org.wildfly.extras.creaper.commands.logging.Logging.Logger
- Enclosing class:
- Logging
public static final class Logging.Logger
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
add
public AddLogger.Builder add(String category)
change
public ChangeLogger.Builder change(String category)
remove
public RemoveLogger remove(String category)
define
public AddLogger.Builder define(String category)
- Ensures that a logger for given category exists. This is essentially
equivalent to
add(category).replaceExisting().
Copyright © 2016. All rights reserved.