public class SystemOutPaymentLogger extends Object implements PaymentLogger
| Constructor and Description |
|---|
SystemOutPaymentLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object message)
Logs the message at the debug log level.
|
void |
debug(Object message,
Throwable t)
Logs the message and throwable at the debug log level.
|
void |
error(Object message)
Logs the message at the error log level.
|
void |
error(Object message,
Throwable t)
Logs the message and throwable at the error log level.
|
void |
fatal(Object message)
Logs the message at the fatal log level.
|
void |
fatal(Object message,
Throwable t)
Logs the message and throwable at the fatal log level.
|
void |
info(Object message)
Logs the message at the info log level.
|
void |
info(Object message,
Throwable t)
Logs the message and throwable at the info log level.
|
public void debug(Object message)
PaymentLoggerdebug in interface PaymentLoggermessage - the message to be logged.public void debug(Object message, Throwable t)
PaymentLoggerdebug in interface PaymentLoggermessage - the message to be logged.t - a throwable for which the stack trace should be logged.public void error(Object message)
PaymentLoggererror in interface PaymentLoggermessage - the message to be logged.public void error(Object message, Throwable t)
PaymentLoggererror in interface PaymentLoggermessage - the message to be logged.t - a throwable for which the stack trace should be logged.public void fatal(Object message)
PaymentLoggerfatal in interface PaymentLoggermessage - the message to be logged.public void fatal(Object message, Throwable t)
PaymentLoggerfatal in interface PaymentLoggermessage - the message to be logged.t - a throwable for which the stack trace should be logged.public void info(Object message)
PaymentLoggerinfo in interface PaymentLoggermessage - the message to be logged.public void info(Object message, Throwable t)
PaymentLoggerinfo in interface PaymentLoggermessage - the message to be logged.t - a throwable for which the stack trace should be logged.Copyright © 2022 BlockChyp, Inc.. All rights reserved.