org.ocpsoft.logging.slf4j
Class SLF4JLogAdapterFactory
java.lang.Object
org.ocpsoft.logging.slf4j.SLF4JLogAdapterFactory
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Weighted, LogAdapterFactory
public class SLF4JLogAdapterFactory
- extends Object
- implements LogAdapterFactory
Implementation of LogAdapterFactory that creates log adapters delegating log events to SLF4J.
- Author:
- Christian Kaltepoth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLF4JLogAdapterFactory
public SLF4JLogAdapterFactory()
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
createLogAdapter
public Logger createLogAdapter(String name)
- Specified by:
createLogAdapter in interface LogAdapterFactory
Copyright © 2012 OCPsoft. All Rights Reserved.