public class LoggerFactory extends Object
| Constructor and Description |
|---|
LoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger(Class<?> clazz)
Like
getLogger(String), using the provided clazz name. |
static Logger |
getLogger(String name)
Get the logger with the specified
name. |
public static Logger getLogger(Class<?> clazz)
getLogger(String), using the provided clazz name.Copyright © 2021. All rights reserved.