Uses of Class
com.flagsmith.FlagsmithLogger
-
Packages that use FlagsmithLogger Package Description com.flagsmith com.flagsmith.threads -
-
Uses of FlagsmithLogger in com.flagsmith
Methods in com.flagsmith that return FlagsmithLogger Modifier and Type Method Description FlagsmithLoggerFlagsmithApiWrapper. getLogger()Constructors in com.flagsmith with parameters of type FlagsmithLogger Constructor Description FlagsmithApiWrapper(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
Methods in com.flagsmith.threads with parameters of type FlagsmithLogger Modifier and Type Method Description voidAnalyticsProcessor. setLogger(FlagsmithLogger logger)Set the logger object.Constructors in com.flagsmith.threads with parameters of type FlagsmithLogger Constructor Description AnalyticsProcessor(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.
-