Uses of Interface
com.storedobject.common.LogWriter
Packages that use LogWriter
-
Uses of LogWriter in com.storedobject.common
Classes in com.storedobject.common that implement LogWriterModifier and TypeClassDescriptionstatic classA LogWriter implementation that writes log messages to aPrintWriter.Methods in com.storedobject.common that return LogWriterModifier and TypeMethodDescriptionstatic LogWriterLogWriter.create()Creates a new instance of a LogWriter that provides basic logging behavior using standard output streams.static LogWriterLogWriter.create(PrintWriter writer) Creates a new instance of a LogWriter that wraps the givenPrintWriter.static LogWriterCreates a new instance of a LogWriter that wraps the provided Writer.static LogWriterLogWriter.createNull()Creates a new instance of a LogWriter that performs no operations.Methods in com.storedobject.common with parameters of type LogWriterModifier and TypeMethodDescriptionEnables debug logging with a specific log writer for this request.Sets a custom log writer for this request (overrides global).static voidHTTP2.setLogWriter(LogWriter logWriter) Sets the global log writer for all HTTP2 debug output.