public class NullLogger extends CodotaLogger
| Constructor and Description |
|---|
NullLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
error(String msg) |
void |
info(String msg) |
void |
warn(String msg) |
public void debug(@NonNls
String msg)
debug in class CodotaLoggerpublic void info(@NonNls
String msg)
info in class CodotaLoggerpublic void error(@NonNls
String msg)
error in class CodotaLoggerpublic void warn(@NonNls
String msg)
warn in class CodotaLoggerCopyright © 2018. All rights reserved.