@Operations(value={CustomLoggerOperation.class,CustomLoggerTimerScopeOperations.class})
public class CustomLoggerConfiguration
extends Object
implements org.mule.runtime.api.lifecycle.Startable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_APP_NAME |
static String |
DEFAULT_CATEGORY |
static String |
DEFAULT_ENV |
static String |
DEFAULT_FLOW_CATEGORY |
static String |
EXAMPLE_APP_VERSION |
| Constructor and Description |
|---|
CustomLoggerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getApplicationVersion() |
String |
getDefaultCategory() |
String |
getEnvironment() |
String |
getFlowCategorySuffix() |
LogProperties.LogLevel |
getFlowLogLevel() |
CustomLogger |
getLogger() |
boolean |
isEnableFlowLogs() |
boolean |
isEnableV1Compatibility() |
void |
start() |
public static final String DEFAULT_CATEGORY
public static final String DEFAULT_APP_NAME
public static final String DEFAULT_ENV
public static final String EXAMPLE_APP_VERSION
public static final String DEFAULT_FLOW_CATEGORY
public String getApplicationName()
public String getApplicationVersion()
public String getEnvironment()
public String getDefaultCategory()
public CustomLogger getLogger()
public boolean isEnableFlowLogs()
public LogProperties.LogLevel getFlowLogLevel()
public String getFlowCategorySuffix()
public boolean isEnableV1Compatibility()
public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionCopyright © 2022 AVIO Consulting. All rights reserved.