public class SimpleLoggerFactory extends Object implements org.slf4j.ILoggerFactory
ILoggerFactory
which always returns
SimpleLogger
instances.Constructor and Description |
---|
SimpleLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
org.slf4j.Logger |
getLogger(String name)
Return an appropriate
SimpleLogger instance by name. |
public org.slf4j.Logger getLogger(String name)
SimpleLogger
instance by name.getLogger
in interface org.slf4j.ILoggerFactory
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.