public class JulLogFactory extends LogFactory
JulLog
instances.Constructor and Description |
---|
JulLogFactory() |
Modifier and Type | Method and Description |
---|---|
protected Log |
doGetLog(Class<?> clazz)
Delegate method for the instantiated
LogFactory . |
getLog
protected Log doGetLog(Class<?> clazz)
LogFactory
.
Overridden to return a JulLog
instance.
doGetLog
in class LogFactory
clazz
- The name of the class to create a log instance for.Log
instance for the class.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.