public class Logger extends Object
| Constructor and Description |
|---|
Logger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String msg,
String... tokens) |
static void |
error(String msg,
String... tokens) |
static void |
error(Throwable t,
String msg,
String... tokens) |
static void |
info(String msg,
String... tokens) |
static void |
setLogger(org.apache.maven.plugin.logging.Log logger) |
static void |
warn(String msg,
String... tokens) |
static void |
warn(Throwable t,
String msg,
String... tokens) |
Copyright © 2015. All rights reserved.