@API(status=INTERNAL,
since="1.0")
public final class LoggerFactory
extends java.lang.Object
Logger facade for JUL.| Modifier and Type | Class and Description |
|---|---|
private static class |
LoggerFactory.DelegatingLogger |
| Modifier | Constructor and Description |
|---|---|
private |
LoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger(java.lang.Class<?> clazz)
Get a
Logger for the specified class. |