public interface LoggingProvides consistent logging across all tunnel types and components, abstracting the underlying logging implementation. Routes messages to console, file, or GUI based on I2P client configuration.
| Modifier and Type | Method and Description |
|---|---|
void | log(String s)Log a message. |
void log(String s)
s - the message to log