debug
open fun debug(@NotNull option: @NotNull DebugConfig.DebugOption, @NotNull log: @NotNull Supplier<String>)
Logs debug if some option is matched.
Parameters
option
option
log
log
open fun debug(@NotNull option: @NotNull DebugConfig.DebugOption, @NotNull runnable: @NotNull Runnable)
Runs debug if some option is matched.
Parameters
option
option
runnable
debug task