Package org.slf4j.impl
Class Fwd2OsgiLoggerFactory
- java.lang.Object
-
- org.slf4j.impl.Fwd2OsgiLoggerFactory
-
- All Implemented Interfaces:
org.slf4j.ILoggerFactory
public class Fwd2OsgiLoggerFactory extends Object implements org.slf4j.ILoggerFactory
An implementation ofILoggerFactorywhich returnsFwd2OsgiLoggerinstances.
-
-
Constructor Summary
Constructors Constructor Description Fwd2OsgiLoggerFactory()Instantiates a new logger factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.LoggergetLogger(String name)Return an appropriateFwd2OsgiLoggerinstance by name.
-
-
-
Constructor Detail
-
Fwd2OsgiLoggerFactory
public Fwd2OsgiLoggerFactory()
Instantiates a new logger factory.
-
-
Method Detail
-
getLogger
public org.slf4j.Logger getLogger(String name)
Return an appropriateFwd2OsgiLoggerinstance by name.- Specified by:
getLoggerin interfaceorg.slf4j.ILoggerFactory
-
-