Class LoggingAnalyticsProvider

java.lang.Object
com.codename1.analytics.AbstractAnalyticsProvider
com.codename1.analytics.LoggingAnalyticsProvider
All Implemented Interfaces:
AnalyticsProvider

public class LoggingAnalyticsProvider extends AbstractAnalyticsProvider
A provider that simply logs every call (and records them in memory) instead of sending data anywhere. It is the recommended default in the simulator and is used as the backing provider in unit tests, where getLog() lets a test assert exactly which calls were made.