Package | Description |
---|---|
org.apache.juli.logging |
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz)
Convenience method to return a named logger, without the application
having to care about factories.
|
static Log |
LogFactory.getLog(String name)
Convenience method to return a named logger, without the application
having to care about factories.
|
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.