public abstract class LogFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
LogFactory()
Creates a new
LogFactory . |
protected LogFactory()
LogFactory
.public static Log getLog(Class<?> clazz)
Log
instance for the provided class.clazz
- The name of the class to create a log instance for.Log
instance for the class.protected abstract Log doGetLog(Class<?> clazz)
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.