public class LogFactory extends Object
Factory that creates Log instances.
Log
Classes should always prefer to use this class to obtain logger instances.
LogFactory()
static <T extends Log> T
getLog(Class<T> logClass, String category)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogFactory()
public static <T extends Log> T getLog(Class<T> logClass, String category)
Create an Log instance.
logClass
category
Copyright © 2018 JBoss by Red Hat. All rights reserved.