LogUtil
Log util
Functions
Link copied to clipboard
open fun debug(@NotNull option: @NotNull DebugConfig.DebugOption, @NotNull runnable: @NotNull Runnable)
Runs debug if some option is matched.
open fun debug(@NotNull option: @NotNull DebugConfig.DebugOption, @NotNull log: @NotNull Supplier<String>)
Logs debug if some option is matched.
Link copied to clipboard
Handles exception message