public interface DebugLog
void
debug(String format, Object... arguments)
debug(Throwable t)
debug(Throwable t, String format, Object... arguments)
boolean
isDebugEnabled()
boolean isDebugEnabled()
void debug(Throwable t)
t
void debug(String format, Object... arguments)
format
arguments
void debug(Throwable t, String format, Object... arguments)
Copyright © 2018. All rights reserved.