org.jboss.weld.logging
Class LoggerFactory

java.lang.Object
  extended by org.jboss.weld.logging.LoggerFactory

public class LoggerFactory
extends Object


Method Summary
static void cleanup()
           
 org.slf4j.cal10n.LocLogger getLogger(Category category)
           
 ch.qos.cal10n.IMessageConveyor getMessageConveyor()
           
 org.slf4j.ext.XLogger getXLogger(Category category)
           
static LoggerFactory loggerFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cleanup

public static void cleanup()

getLogger

public org.slf4j.cal10n.LocLogger getLogger(Category category)

getXLogger

public org.slf4j.ext.XLogger getXLogger(Category category)

loggerFactory

public static LoggerFactory loggerFactory()

getMessageConveyor

public ch.qos.cal10n.IMessageConveyor getMessageConveyor()


Copyright © 2013 Seam Framework. All Rights Reserved.