public class Logger extends Object
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg,
Object... args)
debug.
|
static void |
error(String msg,
Object... args)
error.
|
static void |
fatal(String msg,
Object... args)
fatal.
|
protected static String |
generateTag()
generate tag.
|
static void |
info(String msg,
Object... args)
info.
|
static void |
verbose(String msg,
Object... args)
verbose.
|
static void |
warn(String msg,
Object... args)
warn.
|
protected static String generateTag()
public static void debug(String msg, Object... args)
msg - the msgargs - the argspublic static void error(String msg, Object... args)
msg - the msgargs - the argspublic static void verbose(String msg, Object... args)
msg - the msgargs - the argspublic static void warn(String msg, Object... args)
msg - the msgargs - the argspublic static void fatal(String msg, Object... args)
msg - the msgargs - the argsCopyright © 2019. All rights reserved.