Uses of Class
eu.cloudnetservice.utils.base.io.LogOutputStream
Packages that use LogOutputStream
-
Uses of LogOutputStream in eu.cloudnetservice.utils.base.io
Methods in eu.cloudnetservice.utils.base.io that return LogOutputStreamModifier and TypeMethodDescriptionstatic @NonNull LogOutputStreamCreates a new log output stream instance logging all messages to the given logger with the info log level.static @NonNull LogOutputStreamCreates a new log output stream instance logging all messages to the given logger with the severe log level.static @NonNull LogOutputStreamLogOutputStream.newInstance(@NonNull org.slf4j.Logger logger, @NonNull org.slf4j.event.Level level) Creates a new log output stream instance logging all messages to the given logger using the given log level.