Basic Logger 1.0-SNAPSHOT
Basic logger written in Java
Loading...
Searching...
No Matches
ge.edu.sangu.logger.Level Enum Reference

Public Attributes

 TRACER
 DEBUG
 INFO
 WARN
 ERROR

Detailed Description

Represents the severity levels for log messages. The levels define the importance and priority of a log message. These levels are typically used to classify and filter log outputs.

The available levels are:

  • TRACER: The lowest level, typically used for detailed debugging information.
  • DEBUG: Used for general debugging messages.
  • INFO: Standard messages to indicate the progress or state of the application.
  • WARN: Indicates potentially harmful situations that should be addressed.
  • ERROR: Signifies error events that might disrupt the application's normal flow.

The documentation for this enum was generated from the following file:
  • src/main/java/ge/edu/sangu/logger/Level.java