Class CimerantLoggerFactory

java.lang.Object
cimerant.logger.CimerantLoggerFactory
All Implemented Interfaces:
ILoggerFactory

public class CimerantLoggerFactory extends Object implements ILoggerFactory
CimerantLoggerFactory instances manufacture Logger instances by name.
  • Constructor Details

    • CimerantLoggerFactory

      public CimerantLoggerFactory()
  • Method Details

    • clear

      public static void clear()
      Remove all the elements, effectively emptying it.
    • getLogger

      public CimerantLogger getLogger(String name)
      Return an appropriate Logger instance as specified by the name parameter.
      Specified by:
      getLogger in interface ILoggerFactory