@MessageLogger(projectCode="ARJUNA")
public interface commonI18NLogger
Modifier and Type | Method and Description |
---|---|
void |
warn_could_not_find_config_file(URL url) |
void |
warn_could_not_find_manifest(String arg0,
Throwable arg1) |
@Message(id=48001, value="Could not find manifest {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_could_not_find_manifest(String arg0, @Cause Throwable arg1)
@Message(id=48002, value="Could not find configuration file, URL was: {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_could_not_find_config_file(URL url)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.