public interface LogTarget
Log class
and will then receive logging messages generated by the code.static final int ERROR
static final int WARN
static final int INFO
static final int DEBUG
static final String[] LEVELS
void log(int level,
Object message)
level - the log level.message - the log message.Copyright © 2009-2012 jtstand.com. All Rights Reserved.