public class LogProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogProperties.LogLevel |
| Constructor and Description |
|---|
LogProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getCategorySuffix() |
String |
getCorrelationId() |
LogProperties.LogLevel |
getLevel() |
String |
getMessage() |
org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> |
getPayload() |
void |
setCategory(String category) |
void |
setCategorySuffix(String categorySuffix) |
void |
setCorrelationId(String correlationId) |
void |
setLevel(LogProperties.LogLevel level) |
void |
setMessage(String message) |
void |
setPayload(org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> payload) |
public String getMessage()
public LogProperties.LogLevel getLevel()
public String getCategory()
public String getCategorySuffix()
public String getCorrelationId()
public org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> getPayload()
public void setCorrelationId(String correlationId)
public void setMessage(String message)
public void setPayload(org.mule.runtime.extension.api.runtime.parameter.ParameterResolver<String> payload)
public void setLevel(LogProperties.LogLevel level)
public void setCategory(String category)
public void setCategorySuffix(String categorySuffix)
Copyright © 2022 AVIO Consulting. All rights reserved.