Method and Description |
---|
de.binfalse.bflog.LOGGER.debug(String, Exception)
use
debug(Exception e, String... msg) instead |
de.binfalse.bflog.LOGGER.error(String, Exception)
use
error(Exception e, String... msg) instead |
de.binfalse.bflog.LOGGER.info(String, Exception)
use
info(Exception e, String... msg) instead |
de.binfalse.bflog.LOGGER.warn(String, Exception)
use
warn(Exception e, String... msg) instead |
Copyright © 2014. All rights reserved.