public class LogSingleton extends Object
Modifier and Type | Method and Description |
---|---|
void |
debug(CharSequence content) |
void |
debug(CharSequence content,
Throwable error) |
void |
debug(Throwable error) |
void |
error(CharSequence content) |
void |
error(CharSequence content,
Throwable error) |
void |
error(Throwable error) |
static LogSingleton |
getInstance() |
void |
info(CharSequence content) |
void |
info(CharSequence content,
Throwable error) |
void |
info(Throwable error) |
void |
setLogger(org.apache.maven.plugin.logging.Log logger) |
void |
warn(CharSequence content) |
void |
warn(CharSequence content,
Throwable error) |
void |
warn(Throwable error) |
public static final LogSingleton getInstance()
public void setLogger(org.apache.maven.plugin.logging.Log logger)
public void debug(CharSequence content)
public void debug(CharSequence content, Throwable error)
public void debug(Throwable error)
public void error(CharSequence content)
public void error(CharSequence content, Throwable error)
public void error(Throwable error)
public void info(CharSequence content)
public void info(CharSequence content, Throwable error)
public void info(Throwable error)
public void warn(CharSequence content)
public void warn(CharSequence content, Throwable error)
public void warn(Throwable error)
Copyright © 2019 ICF Olson. All rights reserved.