public interface ErrorLog
void
error(String format, Object... arguments)
error(Throwable t)
error(Throwable t, String format, Object... arguments)
boolean
isErrorEnabled()
boolean isErrorEnabled()
void error(Throwable t)
t
void error(String format, Object... arguments)
format
arguments
void error(Throwable t, String format, Object... arguments)
Copyright © 2016. All rights reserved.