Interface IDevCycleLogger

All Known Implementing Classes:
SimpleDevCycleLogger

public interface IDevCycleLogger
A simple interface for logging inside the SDK. Implement this interface and pass it to the SDK to override the default behavior. Use this interface to integrate with an existing logging framework such as Java Logging, Log4j or SLF4J
  • Method Details