Uses of Class
org.apache.log4j.spi.LoggingEvent
-
Packages that use LoggingEvent Package Description org.apache.log4j org.apache.log4j.net org.apache.log4j.spi -
-
Uses of LoggingEvent in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggingEvent Modifier and Type Method Description voidCategory. callAppenders(LoggingEvent event) -
Uses of LoggingEvent in org.apache.log4j.net
Methods in org.apache.log4j.net with parameters of type LoggingEvent Modifier and Type Method Description voidSMTPAppender. append(LoggingEvent event)Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer and checking if the event triggers an e-mail to be sent. -
Uses of LoggingEvent in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggingEvent Modifier and Type Method Description voidNOPLogger. callAppenders(LoggingEvent event)
-