|
| BltAlertMessage | createAlert (String severity, String code, String message, Object... args) |
| | Creates a blt alert message.
|
| |
| String | getMessage (String code, String message, Object... args) |
| | Returns the localized message if any could be found.
|
| |
◆ AlertMessageReporter()
| eu.baltrad.beast.log.AlertMessageReporter.AlertMessageReporter |
( |
| ) |
|
|
inline |
◆ createAlert()
| BltAlertMessage eu.baltrad.beast.log.AlertMessageReporter.createAlert |
( |
String | severity, |
|
|
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inlineprotected |
Creates a blt alert message.
- Parameters
-
| module | the module |
| severity | the severity |
| code | the error code |
| message | the error message |
- Returns
- the alert
◆ error()
| void eu.baltrad.beast.log.AlertMessageReporter.error |
( |
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inline |
◆ fatal()
| void eu.baltrad.beast.log.AlertMessageReporter.fatal |
( |
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inline |
◆ getMessage()
| String eu.baltrad.beast.log.AlertMessageReporter.getMessage |
( |
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inlineprotected |
Returns the localized message if any could be found.
- Parameters
-
| module | - the specific module |
| code | - the error code |
| message | - the error message |
◆ info()
| void eu.baltrad.beast.log.AlertMessageReporter.info |
( |
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inline |
◆ setMessageManager()
| void eu.baltrad.beast.log.AlertMessageReporter.setMessageManager |
( |
IBltMessageManager | manager | ) |
|
|
inline |
- Parameters
-
| manager | the manager to set |
◆ setMessageRepository()
- Parameters
-
| repository | the log message repository to set |
◆ warn()
| void eu.baltrad.beast.log.AlertMessageReporter.warn |
( |
String | code, |
|
|
String | message, |
|
|
Object... | args ) |
|
inline |
The documentation for this class was generated from the following file:
- src/eu/baltrad/beast/log/AlertMessageReporter.java