Package org.sqlite.util
Interface Logger
-
public interface LoggerA simple internal Logger interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(String format, Object o1, Object o2, Throwable t)voiderror(String format, Object o1, Throwable t)voiderror(String message, Throwable t)voidinfo(String format, Object o1, Object o2)booleanisTraceEnabled()voidtrace(String format, Object o1, Object o2)voidwarn(String msg)
-
-
-
Method Detail
-
isTraceEnabled
boolean isTraceEnabled()
-
warn
void warn(String msg)
-
-