| Package | Description |
|---|---|
| com.appslandia.common.logging |
| Modifier and Type | Method and Description |
|---|---|
static AppLogger.Level |
AppLogger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppLogger.Level[] |
AppLogger.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AppLogger.isLoggable(AppLogger.Level level) |
void |
AppLogger.log(AppLogger.Level level,
String message) |
void |
AppLogger.log(AppLogger.Level level,
String message,
Throwable exception) |
void |
AppLogger.log(AppLogger.Level level,
Supplier<String> msgSupplier) |
void |
AppLogger.log(AppLogger.Level level,
Supplier<String> msgSupplier,
Throwable exception) |
Copyright © 2018. All rights reserved.