| Package | Description |
|---|---|
| fr.maxlego08.znexus.zcore.logger |
| Modifier and Type | Method and Description |
|---|---|
static Logger.LogType |
Logger.LogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Logger.LogType[] |
Logger.LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Logger.info(java.lang.String message,
Logger.LogType type) |
void |
Logger.log(java.lang.String[] messages,
Logger.LogType type) |
void |
Logger.log(java.lang.String message,
Logger.LogType type) |
void |
Logger.log(java.lang.String message,
Logger.LogType type,
java.lang.Object... args) |