BEAST
|
System reporter. More...
Public Member Functions | |
void | info (String code, String message, Object... args) |
Reports the message. | |
void | warn (String code, String message, Object... args) |
Reports the message. | |
void | error (String code, String message, Object... args) |
Reports the message. | |
void | fatal (String code, String message, Object... args) |
Reports the message. | |
System reporter.
Will report messages to interested parties.
void eu.baltrad.beast.log.ISystemReporter.error | ( | String | code, |
String | message, | ||
Object... | args ) |
Reports the message.
message | - the message |
Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.
void eu.baltrad.beast.log.ISystemReporter.fatal | ( | String | code, |
String | message, | ||
Object... | args ) |
Reports the message.
message | - the message |
Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.
void eu.baltrad.beast.log.ISystemReporter.info | ( | String | code, |
String | message, | ||
Object... | args ) |
Reports the message.
message | - the message |
Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.
void eu.baltrad.beast.log.ISystemReporter.warn | ( | String | code, |
String | message, | ||
Object... | args ) |
Reports the message.
message | - the message |
Implemented in eu.baltrad.beast.log.AlertMessageReporter, and eu.baltrad.beast.log.NullReporter.