Uses of Class
io.helidon.build.util.Log.Level
-
-
Uses of Log.Level in io.helidon.build.util
Methods in io.helidon.build.util that return Log.Level Modifier and Type Method Description static Log.LevelLog.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Log.Level[]Log.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.build.util with parameters of type Log.Level Modifier and Type Method Description static SystemLogWriterSystemLogWriter. create(Log.Level level)Returns a new instance with the given level.static voidLog. log(Log.Level level, String message, Object... args)Log the message if at or above the given level.static voidLog. log(Log.Level level, Throwable thrown, String message, Object... args)Log the message and throwable if at or above the given level.voidLog.Writer. write(Log.Level level, Throwable thrown, String message, Object... args)Writes the message and throwable if at or above the given level.voidSystemLogWriter. write(Log.Level level, Throwable thrown, String message, Object... args)
-