public interface ILogger
Learn more:
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message,
Exception exception)
Logs an error that occurred during data extraction.
|
void |
trace(String message)
Logs an event occurred during data extraction.
|
void |
warning(String message)
Logs a warning that occurred during data extraction.
|
void error(String message, Exception exception)
message - The error message.exception - The instance of occured exception.void warning(String message)
message - The warning message.void trace(String message)
message - The event message.Copyright © 2026. All rights reserved.