public class LoggerFacade extends Object
Jug
wherein we do not actually have logger package included; in which case we
will print warning(s) out to System.err
.
For normal embedded usage no benefits, except if someone forgot their SLF4j API
package. :)Modifier and Type | Method and Description |
---|---|
static LoggerFacade |
getLogger(Class<?> forClass) |
void |
warn(String msg) |
void |
warn(String msg,
Object arg) |
void |
warn(String msg,
Object arg,
Object arg2) |
Copyright © 2023 FasterXML.com. All rights reserved.