void |
CustomLogger.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 |
CustomLoggerOperation.log(LogProperties logProperties,
MessageAttributes messageAttributes,
ExceptionProperties exceptionProperties,
AdditionalProperties additionalProperties,
CustomLoggerConfiguration loggerConfig,
org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo) |
void |
CustomLogger.log(LogProperties logProperties,
MessageAttributes messageAttributes,
ExceptionProperties exceptionProperties,
AdditionalProperties additionalProperties,
CustomLoggerConfiguration loggerConfig,
org.mule.runtime.api.component.location.ComponentLocation location,
String correlationId) |
void |
CustomLogger.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) |
void |
CustomLoggerTimerScopeOperations.timerScope(String timerName,
LogProperties logProperties,
AdditionalProperties additionalProperties,
org.mule.runtime.api.component.location.ComponentLocation location,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo,
org.mule.runtime.extension.api.runtime.route.Chain operations,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback) |