public static interface Alert.Dispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchAlert(Logger.LogLevel alertLevel,
String alertName,
String alertInfo)
Dispatches an alert.
|
void dispatchAlert(@Nonnull
Logger.LogLevel alertLevel,
@Nonnull
String alertName,
@Nonnull
String alertInfo)
alertLevel - The alert level.alertName - The alert name.alertInfo - The alert info.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.