public class Log extends Object
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Logger |
getConfiguredLogger(Class<T> clazz)
Creates or returns the existing logger for a specified class.
|
public static <T> Logger getConfiguredLogger(Class<T> clazz)
T - the type of the class modeled by the specified
clazz object.clazz - the class to get the logger for.Copyright © 2020. All rights reserved.