Package 

Enum LogLevel

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum LogLevel
    
                        

    Defines the logging levels for the Backtrace library.

    Controls the severity of log messages:

    • DEBUG - Logs detailed debug messages.
    • WARN - Logs warnings indicating potential issues.
    • ERROR - Logs error messages for failures.
    • OFF - Disables all logging.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEBUG

      logging level designed for logging debug messages

      WARN

      logging level designed for logging warning messages

      ERROR

      logging level designed for logging errors messages

      OFF

      No messages will be logged

    • Method Summary

      Modifier and Type Method Description
      static Array<LogLevel> values()
      static LogLevel valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait