Class Fwd2OsgiLoggerFactory

  • All Implemented Interfaces:
    org.slf4j.ILoggerFactory

    public class Fwd2OsgiLoggerFactory
    extends Object
    implements org.slf4j.ILoggerFactory
    An implementation of ILoggerFactory which returns Fwd2OsgiLogger instances.
    • Method Detail

      • getLogger

        public org.slf4j.Logger getLogger​(String name)
        Return an appropriate Fwd2OsgiLogger instance by name.
        Specified by:
        getLogger in interface org.slf4j.ILoggerFactory