public abstract class AbstractActiveOption extends Object implements ActivateOption
Modifier and Type | Field and Description |
---|---|
protected Level |
level |
protected String |
productName |
Constructor and Description |
---|
AbstractActiveOption() |
Modifier and Type | Method and Description |
---|---|
Level |
getLevel()
获取日志级别
|
String |
getProductName()
获取所属的产品名
|
static void |
invokeMethod(Object object,
List<Object[]> args) |
protected void |
setProductName(String productName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activateAppender, activateAppender, activateAppenderWithSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAsync, activateAsync, activateAsyncAppender, activateAsyncAppender, activateConsoleAppender, setAdditivity, setLevel
public String getProductName()
ActivateOption
getProductName
in interface ActivateOption
public Level getLevel()
ActivateOption
getLevel
in interface ActivateOption
protected void setProductName(String productName)
Copyright © 2018 Alibaba Group. All rights reserved.