@MessageLogger(projectCode="JBERET")
@ValidIdRange(min=50000,
max=59999)
public interface SEBatchLogger
Modifier and Type | Field and Description |
---|---|
static SEBatchLogger |
LOGGER |
Modifier and Type | Method and Description |
---|---|
javax.batch.operations.BatchRuntimeException |
failToGetConfigProperty(String propName,
String value,
Throwable throwable) |
javax.batch.operations.BatchRuntimeException |
failToLoadConfig(Throwable th,
String configFile) |
void |
methodDoesNothing(String className,
String methodName) |
void |
useDefaultJBeretConfig(String configFile) |
static final SEBatchLogger LOGGER
@Message(id=50000, value="Failed to load configuration file %s") javax.batch.operations.BatchRuntimeException failToLoadConfig(@Cause Throwable th, String configFile)
@Message(id=50001, value="The configuration file %s is not found in the classpath, and will use the default configuration.") @LogMessage(level=TRACE) void useDefaultJBeretConfig(String configFile)
@Message(id=50002, value="Failed to get a valid value for configuration property %s; current value is %s.") javax.batch.operations.BatchRuntimeException failToGetConfigProperty(String propName, String value, @Cause Throwable throwable)
Copyright © 2014 JBoss by Red Hat. All rights reserved.