|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ephox.apache.commons.logging.LogFactory
public class LogFactory
Factory for creating Log instances.
| Method Summary | |
|---|---|
static Log |
getLog(Class<?> clazz)
Return a named logger, relying on the log architecture to handle the factory instance |
static void |
setLevel(String level)
Set the log level for all existing and new logs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setLevel(String level)
public static Log getLog(Class<?> clazz)
throws LogConfigurationException
clazz - Class for which a log name will be derived
LogConfigurationException
|
Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||