Uses of Class
eu.cloudnetservice.common.log.io.LogOutputStream
Packages that use LogOutputStream
-
Uses of LogOutputStream in eu.cloudnetservice.common.log.io
Methods in eu.cloudnetservice.common.log.io that return LogOutputStreamModifier and TypeMethodDescriptionstatic @NonNull LogOutputStreamLogOutputStream.forInformative(@NonNull Logger logger) Creates 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 Logger logger, @NonNull Level level) Creates a new log output stream instance logging all messages to the given logger using the given log level.