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()
Copyright © 2016. All rights reserved.