Package com.composum.sling.nodes.tools
Class RuntimeFileServlet.LoggerSession
- java.lang.Object
-
- com.composum.sling.nodes.tools.RuntimeFileServlet.LoggerSession
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RuntimeFileServlet
public static class RuntimeFileServlet.LoggerSession extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggerSession(@NotNull RuntimeFileServlet.RuntimeFile rtFile, RuntimeFileServlet.LogfileFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tail(@NotNull PrintWriter writer, @Nullable Long position, @Nullable Long limit, RuntimeFileServlet.LogfileFilter filter)
-
-
-
Constructor Detail
-
LoggerSession
public LoggerSession(@NotNull @NotNull RuntimeFileServlet.RuntimeFile rtFile, @NotNull RuntimeFileServlet.LogfileFilter filter)
-
-
Method Detail
-
tail
public void tail(@NotNull @NotNull PrintWriter writer, @Nullable @Nullable Long position, @Nullable @Nullable Long limit, @NotNull RuntimeFileServlet.LogfileFilter filter)
-
-