kflow.log-step.1.1.source-code.log-step-messages.properties Maven / Gradle / Ivy
log-step.attribute.message=Message
log-step.attribute.message.description=The message that should be logged. To reference process attributes use \
${attributeKey} syntax.
log-step.attribute.loggerName=Logger name
log-step.attribute.loggerName.description=The name of the logger to use as specified by java.util.logging \
rules. If not present than LogStep class logger is going to be used.
log-step.attribute.loggerLevel=Logger level
log-step.attribute.loggerLevel.description=Level of the logger as specified by java.util.logging rules. If \
not given INFO level is going to be used.