public interface ILogger
Learn more
void
error(String message)
trace(String message)
void error(String message)
Logs an error that occurred in the index.
message
void trace(String message)
Logs an event that occurred in the index.