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)
PaymentLogger
debug
in interface PaymentLogger
message
- the message to be logged.public void debug(Object message, Throwable t)
PaymentLogger
debug
in interface PaymentLogger
message
- the message to be logged.t
- a throwable for which the stack trace should be logged.public void error(Object message)
PaymentLogger
error
in interface PaymentLogger
message
- the message to be logged.public void error(Object message, Throwable t)
PaymentLogger
error
in interface PaymentLogger
message
- the message to be logged.t
- a throwable for which the stack trace should be logged.public void fatal(Object message)
PaymentLogger
fatal
in interface PaymentLogger
message
- the message to be logged.public void fatal(Object message, Throwable t)
PaymentLogger
fatal
in interface PaymentLogger
message
- the message to be logged.t
- a throwable for which the stack trace should be logged.public void info(Object message)
PaymentLogger
info
in interface PaymentLogger
message
- the message to be logged.public void info(Object message, Throwable t)
PaymentLogger
info
in interface PaymentLogger
message
- the message to be logged.t
- a throwable for which the stack trace should be logged.Copyright © 2022 BlockChyp, Inc.. All rights reserved.