public class Slf4JLoggerFactory extends InternalLoggerFactory
Modifier and Type | Field and Description |
---|---|
static InternalLoggerFactory |
INSTANCE |
Constructor and Description |
---|
Slf4JLoggerFactory()
Deprecated.
Use
INSTANCE instead. |
Modifier and Type | Method and Description |
---|---|
InternalLogger |
newInstance(String name)
Creates a new logger instance with the specified name.
|
getDefaultFactory, getInstance, getInstance, setDefaultFactory
public static final InternalLoggerFactory INSTANCE
@Deprecated public Slf4JLoggerFactory()
INSTANCE
instead.public InternalLogger newInstance(String name)
InternalLoggerFactory
newInstance
in class InternalLoggerFactory
Copyright © 2008–2024 The Netty Project. All rights reserved.