org.jboss.webbeans.log
Class Logging

java.lang.Object
  extended by org.jboss.webbeans.log.Logging

public class Logging
extends java.lang.Object

Author:
Gavin King

Constructor Summary
Logging()
           
 
Method Summary
static Log getLog(java.lang.Class<?> clazz)
           
static Log getLog(java.lang.String category)
           
static LogProvider getLogProvider(java.lang.Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logging

public Logging()
Method Detail

getLog

public static Log getLog(java.lang.String category)

getLog

public static Log getLog(java.lang.Class<?> clazz)

getLogProvider

public static LogProvider getLogProvider(java.lang.Class<?> clazz)


Copyright © 2011. All Rights Reserved.