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 Details

    • LoggingPlugin

      public LoggingPlugin()
  • Method Details

    • configure

      public void configure​(com.segment.analytics.Analytics.Builder builder)
      Specified by:
      configure in interface com.segment.analytics.Plugin