A C E G M O R S

A

Appender - class org.glite.rgma.log4j.Appender.
Class traps any log4j calls and then publishes them using an R-GMA 'In-Memory' Primary Producer.
Appender() - Constructor for class org.glite.rgma.log4j.Appender
 
activateOptions() - Method in class org.glite.rgma.log4j.Appender
Method called by the log4j system once all the properties have been initialised from the config file.
append(LoggingEvent) - Method in class org.glite.rgma.log4j.Appender
Log4j calls this method when a logging event is generated.

C

ConfigException - exception org.glite.rgma.log4j.ConfigException.
Exception thrown if an error occurs during the Receiver configuration.
ConfigException(String) - Constructor for class org.glite.rgma.log4j.ConfigException
 
ConfigException(String, Throwable) - Constructor for class org.glite.rgma.log4j.ConfigException
 
ConfigException(Throwable) - Constructor for class org.glite.rgma.log4j.ConfigException
 
Constants - class org.glite.rgma.log4j.Constants.
Various constants used by the Appender and Receiver.
Constants() - Constructor for class org.glite.rgma.log4j.Constants
 
close() - Method in class org.glite.rgma.log4j.Appender
Called when the log4j system terminates - provides hook in-order to cleanup the rgma producer.

E

Errors - class org.glite.rgma.log4j.Errors.
Collection of standard error codes.
Errors() - Constructor for class org.glite.rgma.log4j.Errors
 
Example - class org.glite.rgma.log4j.Example.
 
Example() - Constructor for class org.glite.rgma.log4j.Example
 

G

getJobName() - Method in class org.glite.rgma.log4j.Appender
Returns the job name of the application.

M

main(String[]) - Static method in class org.glite.rgma.log4j.Example
 
main(String[]) - Static method in class org.glite.rgma.log4j.Receiver
 

O

org.glite.rgma.log4j - package org.glite.rgma.log4j
 

R

Receiver - class org.glite.rgma.log4j.Receiver.
A trivial consumer application that reads-in logging events and then displays them to stdout.
Receiver(String[]) - Constructor for class org.glite.rgma.log4j.Receiver
 
requiresLayout() - Method in class org.glite.rgma.log4j.Appender
Indicates this appender should format any logging events.

S

setJobName(String) - Method in class org.glite.rgma.log4j.Appender
Sets the job name (initialised by the log4j system).

A C E G M O R S