Class DebugWriter
java.lang.Object
com.realtime.crossfire.jxclient.util.DebugWriter
Writer debug information to a log file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebugProtocolWrite(@NotNull CharSequence str) Writes a message to the debug protocol.voiddebugProtocolWrite(@NotNull CharSequence str, @NotNull Throwable throwable) Writes a message to the debug protocol including a throwable.
-
Constructor Details
-
DebugWriter
Creates a new instance.- Parameters:
writer- the writer to write to
-
-
Method Details
-
debugProtocolWrite
Writes a message to the debug protocol.- Parameters:
str- the message to write
-
debugProtocolWrite
public void debugProtocolWrite(@NotNull @NotNull CharSequence str, @NotNull @NotNull Throwable throwable) Writes a message to the debug protocol including a throwable.- Parameters:
str- the message to writethrowable- the throwable to log
-