Package com.devcycle.sdk.server.common.logging


package com.devcycle.sdk.server.common.logging
  • Class
    Description
    DevCycleLogger is a simple central entrypoint for the SDK to log messages without pinning the SDK to a specific logging framework.
    A simple interface for logging inside the SDK.
    Basic implementation of IDevCycleLogger that logs to stdout with some basic log level filtering.