Package | Description |
---|---|
sk.fiit.jim.log |
Modifier and Type | Field and Description |
---|---|
private Map<LogType,Boolean> |
Log.logTypesPermits |
Modifier and Type | Method and Description |
---|---|
static LogType |
LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Log.appendToBuffer(LogType type,
String message) |
static void |
Log.debug(LogType type,
String message) |
static void |
Log.debug(LogType type,
String format,
Object... args) |
static void |
Log.error(LogType type,
String message) |
static void |
Log.error(LogType type,
String format,
Object... args) |
static boolean |
Log.isLoggable(LogType type) |
static void |
Log.log(LogType type,
String message) |
static void |
Log.log(LogType type,
String format,
Object... args) |
static void |
Log.setLoggable(LogType type,
boolean shouldBeLogged) |