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, waitactivateAppender, activateAppender, activateAppenderWithSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAppenderWithTimeAndSizeRolling, activateAsync, activateAsync, activateAsyncAppender, activateAsyncAppender, activateConsoleAppender, setAdditivity, setLevelpublic String getProductName()
ActivateOptiongetProductName in interface ActivateOptionpublic Level getLevel()
ActivateOptiongetLevel in interface ActivateOptionprotected void setProductName(String productName)
Copyright © 2018 Alibaba Group. All rights reserved.