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)
CommunicatorLogger
log
in interface CommunicatorLogger
message
- The message to log.public void log(String message, Throwable thrown)
CommunicatorLogger
log
in interface CommunicatorLogger
message
- The message accompanying the throwable.thrown
- The throwable to log.Copyright © 2024 Worldline Global Collect. All rights reserved.