Package sample
Class LoggingPlugin
java.lang.Object
sample.LoggingPlugin
- All Implemented Interfaces:
com.segment.analytics.Plugin
public class LoggingPlugin extends Object implements com.segment.analytics.Plugin
A
Plugin implementation that redirects client logs to standard output and logs callback
events.-
Constructor Summary
Constructors Constructor Description LoggingPlugin() -
Method Summary
Modifier and Type Method Description voidconfigure(com.segment.analytics.Analytics.Builder builder)
-
Constructor Details
-
LoggingPlugin
public LoggingPlugin()
-
-
Method Details
-
configure
public void configure(com.segment.analytics.Analytics.Builder builder)- Specified by:
configurein interfacecom.segment.analytics.Plugin
-