public interface Log
Concrete instances of this interface are obtained by calling LogFactory.getLog(Class).
LogFactory.getLog(Class)
LogFactory
void
debug(Object obj)
error(Object obj)
error(Object obj, Throwable exception)
info(Object obj)
warn(Object obj)
warn(Object obj, Throwable exception)
void debug(Object obj)
void info(Object obj)
void warn(Object obj)
void warn(Object obj, Throwable exception)
void error(Object obj)
void error(Object obj, Throwable exception)
Copyright © 2004–2016. All rights reserved.