| Package | Description |
|---|---|
| org.iota.jota.utils.log | |
| org.iota.jota.utils.log.interval |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Logger.debug(String message)
This method allows us to set a new debug message that shall get printed to the screen.
|
Logger |
Logger.error(String message)
This method allows us to set a new error message that shall get printed to the screen.
|
Logger |
Logger.error(String message,
Throwable cause)
This method allows us to set a new error message that shall get printed to the screen.
|
Logger |
Logger.info(String message)
This method allows us to set a new info message that shall get printed to the screen.
|
Logger |
Logger.setEnabled(boolean enabled)
This method is the setter for the enabled flag of the logger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntervalLogger
This class represents a wrapper for the
Logger used by IRI that implements a logic to rate limits
the output on the console. |
Copyright © 2019. All rights reserved.