Package sample

Class LoggingPlugin

  • All Implemented Interfaces:
    com.segment.analytics.Plugin

    public class LoggingPlugin
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(com.segment.analytics.Analytics.Builder builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingPlugin

        public LoggingPlugin()
    • Method Detail

      • configure

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