Home | History | Annotate | Download | only in impl

Lines Matching full:commons

18 package org.apache.commons.logging.impl;
31 import org.apache.commons.logging.Log;
32 import org.apache.commons.logging.LogConfigurationException;
39 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> -
43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> -
47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> -
50 * <li><code>org.apache.commons.logging.simplelog.showShortLogname</code> -
53 * <li><code>org.apache.commons.logging.simplelog.showdatetime</code> -
56 * <li><code>org.apache.commons.logging.simplelog.dateTimeFormat</code> -
82 "org.apache.commons.logging.simplelog.";
364 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.
367 * @see org.apache.commons.logging.Log#debug(Object)
379 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.
383 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
395 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.
398 * @see org.apache.commons.logging.Log#trace(Object)
410 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.
414 * @see org.apache.commons.logging.Log#trace(Object, Throwable)
426 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.
429 * @see org.apache.commons.logging.Log#info(Object)
441 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.
445 * @see org.apache.commons.logging.Log#info(Object, Throwable)
457 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN</code>.
460 * @see org.apache.commons.logging.Log#warn(Object)
472 * <code>org.apache.commons
476 * @see org.apache.commons.logging.Log#warn(Object, Throwable)
488 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
491 * @see org.apache.commons.logging.Log#error(Object)
503 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
507 * @see org.apache.commons.logging.Log#error(Object, Throwable)
519 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.
522 * @see org.apache.commons.logging.Log#fatal(Object)
534 * <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.
538 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)