Class LoggingSwitch
- java.lang.Object
-
- io.github.mkoncek.classpathless.impl.LoggingSwitch
-
- Direct Known Subclasses:
LoggingSwitch.Null
public class LoggingSwitch extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoggingSwitch.Null
-
Constructor Summary
Constructors Constructor Description LoggingSwitch()LoggingSwitch(PrintStream printer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(Level level, String format, Object... args)voidlogln(Level level, String format, Object... args)voidsetLogLevel(Level value)voidsetTracing(boolean value)voidtrace(Object result)voidtrace(Object struct, String name, Object... args)
-
-
-
Constructor Detail
-
LoggingSwitch
public LoggingSwitch(PrintStream printer)
-
LoggingSwitch
public LoggingSwitch()
-
-