logging-adapter-slf4j 1.0.1.Final

org.ocpsoft.logging.slf4j
Class SLF4JLogAdapterFactory

java.lang.Object
  extended by org.ocpsoft.logging.slf4j.SLF4JLogAdapterFactory
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, LogAdapterFactory

public class SLF4JLogAdapterFactory
extends java.lang.Object
implements LogAdapterFactory

Implementation of LogAdapterFactory that creates log adapters delegating log events to SLF4J.

Author:
Christian Kaltepoth

Constructor Summary
SLF4JLogAdapterFactory()
           
 
Method Summary
 Logger createLogAdapter(java.lang.String name)
           
 int priority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLF4JLogAdapterFactory

public SLF4JLogAdapterFactory()
Method Detail

priority

public int priority()
Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted

createLogAdapter

public Logger createLogAdapter(java.lang.String name)
Specified by:
createLogAdapter in interface LogAdapterFactory

logging-adapter-slf4j 1.0.1.Final

Copyright © 2012 OCPsoft. All Rights Reserved.