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