| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logger.create(Class<?> clazz)
Creates a logger for the given class.
|
static Logger |
Logger.create(org.apache.commons.logging.Log log)
Returns a new logger instance wrapping the specified logger.
|
static Logger |
Logger.create(String name)
Creates a logger for the given name.
|
Copyright © 2023 Fujion Framework. All rights reserved.