public class CustomLogger extends Object
| Constructor and Description |
|---|
CustomLogger() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getLocationInformation(org.mule.runtime.api.component.location.ComponentLocation location) |
void |
log(LogProperties logProperties,
MessageAttributes messageAttributes,
ExceptionProperties exceptionProperties,
AdditionalProperties additionalProperties,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId,
String applicationName,
String applicationVersion,
String environment,
String defaultCategory,
boolean enableV1Compatibility) |
void |
log(LogProperties logProperties,
MessageAttributes messageAttributes,
ExceptionProperties exceptionProperties,
AdditionalProperties additionalProperties,
CustomLoggerConfiguration loggerConfig,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId) |
void |
logV1(LogProperties logProperties,
MessageAttributes messageAttributes,
ExceptionProperties exceptionProperties,
AdditionalProperties additionalProperties,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId,
String applicationName,
String applicationVersion,
String environment,
String defaultCategory) |
public void log(LogProperties logProperties, MessageAttributes messageAttributes, ExceptionProperties exceptionProperties, AdditionalProperties additionalProperties, CustomLoggerConfiguration loggerConfig, org.mule.runtime.api.component.location.ComponentLocation location, String correlationId)
public void log(LogProperties logProperties, MessageAttributes messageAttributes, ExceptionProperties exceptionProperties, AdditionalProperties additionalProperties, org.mule.runtime.api.component.location.ComponentLocation location, String correlationId, String applicationName, String applicationVersion, String environment, String defaultCategory, boolean enableV1Compatibility)
public static Map<String,String> getLocationInformation(org.mule.runtime.api.component.location.ComponentLocation location)
public void logV1(LogProperties logProperties, MessageAttributes messageAttributes, ExceptionProperties exceptionProperties, AdditionalProperties additionalProperties, org.mule.runtime.api.component.location.ComponentLocation location, String correlationId, String applicationName, String applicationVersion, String environment, String defaultCategory)
Copyright © 2022 AVIO Consulting. All rights reserved.