Class LoggerFactoryTest

java.lang.Object
test.de.iip_ecosphere.platform.support.logging.LoggerFactoryTest

public class LoggerFactoryTest extends Object
Tests LoggerFactory with fallback logger.
Author:
Holger Eichelberger, SSE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private void
    log(de.iip_ecosphere.platform.support.logging.LogLevel level)
    Tests logging for the specified level.
    void
    Tests with logging level LogLevel.ALL.
    void
    Tests the basic factory functions.
    void
    Tests with logging level LogLevel.OFF.
    void
    Tests with logging level LogLevel.TRACE.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoggerFactoryTest

      public LoggerFactoryTest()
  • Method Details

    • testFactory

      public void testFactory()
      Tests the basic factory functions.
    • testAll

      public void testAll()
      Tests with logging level LogLevel.ALL.
    • testTrace

      public void testTrace()
      Tests with logging level LogLevel.TRACE.
    • testOff

      public void testOff()
      Tests with logging level LogLevel.OFF.
    • log

      private void log(de.iip_ecosphere.platform.support.logging.LogLevel level)
      Tests logging for the specified level.
      Parameters:
      level - the level