DebugLevel

  
Type🟣 Enum
Packageio.github.mrtesz.teszcore.logger.level
GitHubDebugLevel.java

Description

Level of Logging


Values

NameTypeAnnotationsDescription
intValueint-The intValue representing the DebugLevel
loggerLevelLoggerLevel-LoggerLevel used for TeszCoreLogger#log
usesSet<String>-The usages, the DebugLevel is used for internally

Constants

ConstantintValueloggerLeveluses
LEVEL1111LoggerLevel.DEBUG“column exists”, “index exists”
LEVEL1010LoggerLevel.DEBUG“insert”, “update”, “select”, “remove”, “column exists calls”, “index exists calls”
LEVEL99LoggerLevel.DEBUG 
LEVEL88LoggerLevel.DEBUG“create”, “alter”
LEVEL77LoggerLevel.DEBUG 
LEVEL66LoggerLevel.INFO 
LEVEL55LoggerLevel.INFO“Initializing classes (Initializer.class Methods)”, “Logged Running (Runner.class Methods)”
LEVEL44LoggerLevel.INFO 
LEVEL33LoggerLevel.INFO“connect”, “disconnect”
LEVEL22LoggerLevel.WARNING 
LEVEL11LoggerLevel.WARNING“Warning messages”
LEVEL00LoggerLevel.ERROR“Error StackTraces”
LEVELMINUS1-1LoggerLevel.NOTHING“Nothing”

Methods

fromIntValue

DebugLevel fromIntValue(int intValue);

Retrieve a DebugLevel from an integer value

ParameterTypeAnnotationsDescription
intValueint-Integer value of the DebugLevel

Returns: DebugLevel — the DebugLevel with the provided intValue

Throws: IllegalArgumentException when no DebugLevel with this intValue exists



Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.