Class ExceptionLevel

java.lang.Object
java.util.logging.Level
net.ssehub.easy.basics.logger.ExceptionLevel
All Implemented Interfaces:
Serializable

public class ExceptionLevel extends Level
Extension for java.util.logging.Level since it does not have a EXCEPTION level.
Author:
Sass
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Generated serial version UID.
      See Also:
  • Constructor Details

    • ExceptionLevel

      protected ExceptionLevel()
      Constructor for EXCEPTION level which calls super constructor of Level. Level value is placed between CONFIG and INFO.