public class Log extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Log.Level |
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String msg)
Error log.
|
static void |
error(Throwable t)
Error log.
|
static void |
info(String msg)
Info log.
|
static void |
warning(String msg)
Warning log.
|
Copyright © 2018. All rights reserved.