Package 

Object RemoteLogger


  • 
    public class RemoteLogger
    
                        

    Remote log shipping (the old POST /v2/sdk/android/logs path) was removed. RemoteLogger is kept as an inert stub so the config-apply path and the dev-mode enable path remain source-compatible; it no longer buffers, persists, or uploads anything. All SDK logging is now local (Log.* via SDKLogger).

    • Method Summary

      Modifier and Type Method Description
      final Unit configure(Context context, Boolean enabled, SDKLogLevel minLevel, Double flushIntervalSeconds, Integer batchSize, Integer maxQueueSize)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait