Uses of Enum Class
ml.karmaconfigs.api.common.utils.enums.Level
Packages that use Level
Package
Description
-
Uses of Level in ml.karmaconfigs.api.common
Methods in ml.karmaconfigs.api.common with parameters of type LevelModifier and TypeMethodDescriptionvoidBufferedLogger.scheduleLog(@NotNull Level level, @NotNull CharSequence info, @NotNull Object... replaces)Run the log function on a new threadvoidBufferedLogger.scheduleLog(@NotNull Level level, @NotNull Throwable error)Run the log function on a new threadvoidLogger.scheduleLog(@NotNull Level level, @NotNull CharSequence info, @NotNull Object... replaces)Run the log function on a new threadvoidLogger.scheduleLog(@NotNull Level level, @NotNull Throwable error)Run the log function on a new threadvoidBufferedLogger.scheduleLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on a new threadvoidBufferedLogger.scheduleLogOption(Level level, boolean print, Throwable error)Run the log function on a new threadvoidLogger.scheduleLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on a new threadvoidLogger.scheduleLogOption(Level level, boolean print, Throwable error)Run the log function on a new threadvoidConsole.send(@NotNull CharSequence message, @NotNull Level level)Send a message to the consolevoidConsole.send(@NotNull CharSequence message, @NotNull Level level, @NotNull Object... replaces)Send a message to the consolevoidBufferedLogger.syncedLog(Level level, CharSequence info, Object... replaces)Run the log function on the main known threadvoidRun the log function on the main known threadvoidLogger.syncedLog(Level level, CharSequence info, Object... replaces)Run the log function on the main known threadvoidRun the log function on the main known threadvoidBufferedLogger.syncedLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on the main known threadvoidBufferedLogger.syncedLogOption(Level level, boolean print, Throwable error)Run the log function on the main known threadvoidLogger.syncedLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on the main known threadvoidLogger.syncedLogOption(Level level, boolean print, Throwable error)Run the log function on the main known thread -
Uses of Level in ml.karmaconfigs.api.common.utils
Methods in ml.karmaconfigs.api.common.utils with parameters of type LevelModifier and TypeMethodDescriptionabstract voidKarmaLogger.scheduleLog(Level level, CharSequence info, Object... replaces)Run the log function on a new threadabstract voidKarmaLogger.scheduleLog(Level level, Throwable error)Run the log function on a new threadabstract voidKarmaLogger.scheduleLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on a new threadabstract voidKarmaLogger.scheduleLogOption(Level level, boolean print, Throwable error)Run the log function on a new threadabstract voidKarmaLogger.syncedLog(Level level, CharSequence info, Object... replaces)Run the log function on the main known threadabstract voidRun the log function on the main known threadabstract voidKarmaLogger.syncedLogOption(Level level, boolean print, CharSequence info, Object... replaces)Run the log function on the main known threadabstract voidKarmaLogger.syncedLogOption(Level level, boolean print, Throwable error)Run the log function on the main known thread -
Uses of Level in ml.karmaconfigs.api.common.utils.enums
Methods in ml.karmaconfigs.api.common.utils.enums that return Level -
Uses of Level in ml.karmaconfigs.api.common.utils.string
Methods in ml.karmaconfigs.api.common.utils.string with parameters of type LevelModifier and TypeMethodDescriptionstatic StringStringUtils.formatString(KarmaSource owner, CharSequence text, Level level)Format the specified textstatic StringStringUtils.formatString(KarmaSource owner, CharSequence text, Level level, Object... replaces)Format the specified text