Uses of Interface
com.mckoi.debug.Lvl
-
Packages that use Lvl Package Description com.mckoi.debug Debugging classes for Mckoi. -
-
Uses of Lvl in com.mckoi.debug
Subinterfaces of Lvl in com.mckoi.debug Modifier and Type Interface Description interface
DebugLogger
An interface for logging errors, warnings, messages, and exceptions in the Mckoi system.Classes in com.mckoi.debug that implement Lvl Modifier and Type Class Description class
DefaultDebugLogger
A default implementation of DebugLogger that logs messages to a PrintWriter object.
-