Package com.codingchili.core.logging
Interface JsonLogger
- All Known Subinterfaces:
Logger
- All Known Implementing Classes:
AbstractLogger,ConsoleLogger,LoggerMock,RemoteLogger,StringLogger
public interface JsonLogger
Interface for a logger that logs Json objects.
-
Method Summary
-
Method Details
-
log
- Parameters:
data- the data to be logged.- Returns:
- fluent
-