Uses of Class
com.flagsmith.FlagsmithLogger
Packages that use FlagsmithLogger
-
Uses of FlagsmithLogger in com.flagsmith
Methods in com.flagsmith that return FlagsmithLoggerConstructors in com.flagsmith with parameters of type FlagsmithLoggerModifierConstructorDescriptionFlagsmithApiWrapper(FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey) Instantiate with config, custom headers, logger and apikey.FlagsmithApiWrapper(FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey, RequestProcessor requestProcessor) Instantiate with config, custom headers, logger, apikey and request processor.FlagsmithApiWrapper(FlagsmithCache cache, FlagsmithConfig defaultConfig, HashMap<String, String> customHeaders, FlagsmithLogger logger, String apiKey) Instantiate with cache. -
Uses of FlagsmithLogger in com.flagsmith.threads
Constructors in com.flagsmith.threads with parameters of type FlagsmithLoggerModifierConstructorDescriptionAnalyticsProcessor(FlagsmithSdk api, FlagsmithLogger logger, RequestProcessor requestProcessor) Instantiate with API wrapper, logger, HTTP client and timeout.AnalyticsProcessor(FlagsmithSdk api, okhttp3.OkHttpClient client, FlagsmithLogger logger) Instantiate with API wrapper, logger and HTTP client.RequestProcessor(okhttp3.OkHttpClient client, FlagsmithLogger logger) RequestProcessor(okhttp3.OkHttpClient client, FlagsmithLogger logger, Retry retries) Instantiate with client, logger and retries.