Uses of Interface
com.segment.analytics.Log
-
Packages that use Log Package Description com.segment.analytics com.segment.analytics.internal -
-
Uses of Log in com.segment.analytics
Fields in com.segment.analytics declared as Log Modifier and Type Field Description static Log
Log. NONE
ALog
implementation which does nothing.Methods in com.segment.analytics with parameters of type Log Modifier and Type Method Description Analytics.Builder
Analytics.Builder. log(Log log)
Configure debug logging mechanism. -
Uses of Log in com.segment.analytics.internal
Methods in com.segment.analytics.internal with parameters of type Log Modifier and Type Method Description static AnalyticsClient
AnalyticsClient. create(okhttp3.HttpUrl uploadUrl, com.segment.analytics.http.SegmentService segmentService, int queueCapacity, int flushQueueSize, long flushIntervalInMillis, int maximumRetries, int maximumQueueSizeInBytes, Log log, java.util.concurrent.ThreadFactory threadFactory, java.util.concurrent.ExecutorService networkExecutor, java.util.List<Callback> callbacks, java.lang.String writeKey, com.google.gson.Gson gsonInstance)
Constructors in com.segment.analytics.internal with parameters of type Log Constructor Description AnalyticsClient(java.util.concurrent.BlockingQueue<com.segment.analytics.messages.Message> messageQueue, okhttp3.HttpUrl uploadUrl, com.segment.analytics.http.SegmentService service, int maxQueueSize, long flushIntervalInMillis, int maximumRetries, int maximumQueueSizeInBytes, Log log, java.util.concurrent.ThreadFactory threadFactory, java.util.concurrent.ExecutorService networkExecutor, java.util.List<Callback> callbacks, java.util.concurrent.atomic.AtomicBoolean isShutDown, java.lang.String writeKey, com.google.gson.Gson gsonInstance)
-