Class LoggerFactory
- java.lang.Object
-
- org.antublue.test.engine.internal.logger.LoggerFactory
-
public final class LoggerFactory extends Object
Class to implement a LoggerFactory
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger(Class<?> clazz)Method to get a Logger by Class namestatic LoggergetLogger(String name)Method to get a Logger by name
-