public interface ILogger
Defines interface of a logger that can be used for logging events and errors in process of redaction.
<b>Learn more</b>
Modifier and Type | Method and Description |
---|---|
void |
error(String message)
Logs an error that occurred during redaction process.
|
void |
trace(String message)
Logs an event that occurred during redaction process.
|
void |
warning(String message)
Logs a warning that occurred during redaction process.
|
void error(String message)
Logs an error that occurred during redaction process.
message
- The error message.void trace(String message)
Logs an event that occurred during redaction process.
message
- The event message.void warning(String message)
Logs a warning that occurred during redaction process.
message
- The warning message.Copyright © 2021. All rights reserved.