public final class SysOutCommunicatorLogger extends Object implements CommunicatorLogger
System.out.
It includes a timestamp in yyyy-MM-ddTHH:mm:ss format in the system time zone.| Modifier and Type | Field and Description |
|---|---|
static SysOutCommunicatorLogger |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String message)
Logs a message.
|
void |
log(String message,
Throwable thrown)
Logs a throwable with an accompanying message.
|
public static final SysOutCommunicatorLogger INSTANCE
public void log(String message)
CommunicatorLoggerlog in interface CommunicatorLoggermessage - The message to log.public void log(String message, Throwable thrown)
CommunicatorLoggerlog in interface CommunicatorLoggermessage - The message accompanying the throwable.thrown - The throwable to log.Copyright © 2025 Worldline Global Collect. All rights reserved.