public interface ILogAgent
Modifier and Type | Method and Description |
---|---|
Logger |
func_120013_a() |
void |
logFine(String s) |
void |
logInfo(String s) |
void |
logSevere(String s) |
void |
logSevereException(String s,
Throwable throwable) |
void |
logWarning(String s) |
void |
logWarningException(String s,
Throwable throwable) |
void |
logWarningFormatted(String s,
Object... var2) |