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.Loggerpublic void verbose(String msg)
verbose in class Log.Loggerpublic void verbose(Throwable t)
verbose in class Log.Loggerpublic void debug(String msg)
debug in class Log.LoggerCopyright © 2025. All rights reserved.