-
- All Known Implementing Classes:
- FileLogger
public interface ILogger
Defines interface of a logger that is used for logging events and errors in an index.
Learn more
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
error(String message)
Logs an error that occurred in the index.
|
void |
trace(String message)
Logs an event that occurred in the index.
|