Class DebugWriter
- java.lang.Object
-
- com.realtime.crossfire.jxclient.util.DebugWriter
-
public class DebugWriter extends java.lang.ObjectWriter debug information to a log file.
-
-
Constructor Summary
Constructors Constructor Description DebugWriter(@NotNull java.io.Writer writer)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebugProtocolWrite(@NotNull java.lang.CharSequence str)Writes a message to the debug protocol.voiddebugProtocolWrite(@NotNull java.lang.CharSequence str, @NotNull java.lang.Throwable throwable)Writes a message to the debug protocol including a throwable.
-
-
-
Method Detail
-
debugProtocolWrite
public void debugProtocolWrite(@NotNull @NotNull java.lang.CharSequence str)Writes a message to the debug protocol.- Parameters:
str- the message to write
-
debugProtocolWrite
public void debugProtocolWrite(@NotNull @NotNull java.lang.CharSequence str, @NotNull @NotNull java.lang.Throwable throwable)Writes a message to the debug protocol including a throwable.- Parameters:
str- the message to writethrowable- the throwable to log
-
-