public interface IRCTrafficLogger
SYSTEM_OUT is a simple IRCTrafficLogger implementation printing to System.out.
| Modifier and Type | Field and Description |
|---|---|
static IRCTrafficLogger |
SYSTEM_OUT
A
IRCTrafficLogger implementation using System.out to output the traffic |
| Modifier and Type | Method and Description |
|---|---|
void |
in(String line)
Called when a
line is received from the IRC server. |
void |
out(String line)
Called when the
line is being sent to the IRC server. |
static final IRCTrafficLogger SYSTEM_OUT
IRCTrafficLogger implementation using System.out to output the trafficCopyright © 2006–2015. All rights reserved.