public interface Logger
| Modifier and Type | Method and Description |
|---|---|
void |
log()
Writes a blank line to the log.
|
void |
log(String message)
Writes a string to the log.
|
void |
printStackTrace(Throwable e)
Writes an exception stack trace to the log.
|
void log()
void log(String message)
message - the string to be added to the logvoid printStackTrace(Throwable e)
e - the Throwable to show in the logCopyright © 2025. All rights reserved.