public class AntLog extends Log.Logger
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
void |
info(String msg) |
void |
verbose(String msg) |
void |
verbose(Throwable t) |
public void info(String msg)
info
in class Log.Logger
public void verbose(String msg)
verbose
in class Log.Logger
public void verbose(Throwable t)
verbose
in class Log.Logger
public void debug(String msg)
debug
in class Log.Logger
Copyright © 2020. All rights reserved.