public class FluentLoggerFactory extends Object
FluentLogger associated with the given name or class.| Constructor and Description |
|---|
FluentLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FluentLogger |
getLogger(Class<?> clazz)
Creates a new
FluentLogger associated with the given class. |
static FluentLogger |
getLogger(String name)
Creates a new
FluentLogger associated with the given name. |
public static FluentLogger getLogger(String name)
FluentLogger associated with the given name.name - the name of the loggerFluentLogger instance that wraps a Loggerpublic static FluentLogger getLogger(Class<?> clazz)
FluentLogger associated with the given class.clazz - the class to associate this logger toFluentLogger instance that wraps a LoggerCopyright © 2020. All rights reserved.