Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.util.log.EclipseLogAppender Class Reference

Inherits AppenderSkeleton.

List of all members.

Public Member Functions

Priority getThreshold ()
void close ()
boolean requiresLayout ()

Static Public Member Functions

static Throwable getThrowable (LoggingEvent event)

Protected Member Functions

void appendInternal (LoggingEvent event)
void append (LoggingEvent event)

Protected Attributes

List< LoggingEvent > cache = new LinkedList<LoggingEvent>()
Saros saros

Detailed Description

Appender which appends to the Eclipse log of our plug-in


Member Function Documentation

void de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.append ( LoggingEvent  event) [protected]
void de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.appendInternal ( LoggingEvent  event) [protected]
void de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.close ( )
Priority de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.getThreshold ( )
static Throwable de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.getThrowable ( LoggingEvent  event) [static]
boolean de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.requiresLayout ( )

Member Data Documentation

List<LoggingEvent> de.fu_berlin.inf.dpp.util.log.EclipseLogAppender.cache = new LinkedList<LoggingEvent>() [protected]

While there is no Saros plug-in known the LoggingEvents are cached in this list

 All Classes Namespaces Files Functions Variables Enumerations