Class ProcessStreamLoggerImpl

  • All Implemented Interfaces:
    Logger

    public class ProcessStreamLoggerImpl
    extends LoggerImpl
    Preserve some of the simplicity of StreamLoggerImpl while also retaining the formatting functionality of LoggerImpl.
    • Method Detail

      • makeLogger

        public static Logger makeLogger​(@NotNull
                                        LoggerTimeSource timeSource,
                                        @NotNull
                                        java.util.TimeZone tz)
      • makeLogger

        public static Logger makeLogger​(@NotNull
                                        java.io.OutputStream outputStream,
                                        @NotNull
                                        LogLevel loggingLevel,
                                        int bufferSize,
                                        int bufferCount,
                                        int entryCount,
                                        @NotNull
                                        LoggerTimeSource timeSource,
                                        @NotNull
                                        java.util.TimeZone tz)