com.github.fedorchuck.developers_notification
Class DevelopersNotificationAppender

java.lang.Object
  extended by org.apache.log4j.AppenderSkeleton
      extended by com.github.fedorchuck.developers_notification.DevelopersNotificationAppender
All Implemented Interfaces:
org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler

public class DevelopersNotificationAppender
extends org.apache.log4j.AppenderSkeleton

Provides sending logging events messages by https://github.com/fedorchuck/developers-notification using chosen messenger

Author: Volodymyr Fedorchuk.

Since:
0.3.0

Field Summary
 
Fields inherited from class org.apache.log4j.AppenderSkeleton
closed, errorHandler, headFilter, layout, name, tailFilter, threshold
 
Constructor Summary
DevelopersNotificationAppender()
           
 
Method Summary
protected  void append(org.apache.log4j.spi.LoggingEvent event)
           
 void close()
           
 boolean requiresLayout()
           
 void setLevel(java.lang.String level)
           
 
Methods inherited from class org.apache.log4j.AppenderSkeleton
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevelopersNotificationAppender

public DevelopersNotificationAppender()
Method Detail

setLevel

public void setLevel(java.lang.String level)
See Also:
https://i.stack.imgur.com/7o9Kk.png

append

protected void append(org.apache.log4j.spi.LoggingEvent event)
Specified by:
append in class org.apache.log4j.AppenderSkeleton

close

public void close()

requiresLayout

public boolean requiresLayout()