logging-adapter-jboss 1.0.2.Final

org.ocpsoft.logging.jboss
Class JBossLoggingLogAdapterFactory

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

public class JBossLoggingLogAdapterFactory
extends Object
implements LogAdapterFactory

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

Author:
Christian Kaltepoth

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

Constructor Detail

JBossLoggingLogAdapterFactory

public JBossLoggingLogAdapterFactory()
Method Detail

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

logging-adapter-jboss 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.