Class LambdaAppender

  • All Implemented Interfaces:
    org.apache.logging.log4j.core.Appender, org.apache.logging.log4j.core.filter.Filterable, org.apache.logging.log4j.core.impl.LocationAware, org.apache.logging.log4j.core.LifeCycle, org.apache.logging.log4j.core.LifeCycle2

    @Plugin(name="Lambda",
            category="Core",
            elementType="appender",
            printObject=true)
    public class LambdaAppender
    extends org.apache.logging.log4j.core.appender.AbstractAppender
    Class to append log4j2 logs from AWS Lambda function to CloudWatch Created by adsuresh on 6/9/17.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LambdaAppender.Builder<B extends LambdaAppender.Builder<B>>
      Builder class that follows log4j2 plugin convention
      • Nested classes/interfaces inherited from interface org.apache.logging.log4j.core.LifeCycle

        org.apache.logging.log4j.core.LifeCycle.State
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PLUGIN_CATEGORY  
      static String PLUGIN_NAME  
      static String PLUGIN_TYPE  
      • Fields inherited from class org.apache.logging.log4j.core.AbstractLifeCycle

        DEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGER
      • Fields inherited from interface org.apache.logging.log4j.core.Appender

        ELEMENT_TYPE
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void append​(org.apache.logging.log4j.core.LogEvent event)
      Append log event to System.out
      static <B extends LambdaAppender.Builder<B>>
      B
      newBuilder()
      Method used by log4j2 to access this appender
      • Methods inherited from class org.apache.logging.log4j.core.appender.AbstractAppender

        error, error, error, getHandler, getLayout, getName, ignoreExceptions, parseInt, requiresLocation, setHandler, toSerializable, toString
      • Methods inherited from class org.apache.logging.log4j.core.filter.AbstractFilterable

        addFilter, getFilter, getPropertyArray, hasFilter, isFiltered, removeFilter, start, stop, stop
      • Methods inherited from class org.apache.logging.log4j.core.AbstractLifeCycle

        equalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stop
      • Methods inherited from interface org.apache.logging.log4j.core.LifeCycle

        getState, initialize, isStarted, isStopped, start, stop
    • Method Detail

      • newBuilder

        @PluginBuilderFactory
        public static <B extends LambdaAppender.Builder<B>> B newBuilder()
        Method used by log4j2 to access this appender
        Type Parameters:
        B - Generic Builder class
        Returns:
        LambdaAppender Builder
      • append

        public void append​(org.apache.logging.log4j.core.LogEvent event)
        Append log event to System.out
        Parameters:
        event - log4j event