org.freecompany.util.multicaster
public class NotificationMulticaster extends AbstractMulticaster<Notification> implements Notification
| Field Summary | |
|---|---|
| static Notification | DEFAULT |
| static Notification | NULL |
| Method Summary | |
|---|---|
| static Notification | add(Notification a, Notification b) |
| void | debug(Throwable t, Object... arguments) |
| void | debug(String message, Object... arguments) |
| void | debug(String message, Throwable t, Object... arguments) |
| static Notification | empty() |
| void | fatal(Throwable t, Object... arguments) |
| void | fatal(String message, Object... arguments) |
| void | fatal(String message, Throwable t, Object... arguments) |
| void | info(Throwable t, Object... arguments) |
| void | info(String message, Object... arguments) |
| void | info(String message, Throwable t, Object... arguments) |
| static Notification | logging(Class<?> clazz) |
| static Notification | logging() |
| static Notification | remove(Notification a, Notification b) |
| void | severe(Throwable t, Object... arguments) |
| void | severe(String message, Object... arguments) |
| void | severe(String message, Throwable t, Object... arguments) |
| void | warning(Throwable t, Object... arguments) |
| void | warning(String message, Object... arguments) |
| void | warning(String message, Throwable t, Object... arguments) |