org.pentaho.di.core.logging
Class BufferLine

java.lang.Object
  extended by org.pentaho.di.core.logging.BufferLine

public class BufferLine
extends Object


Constructor Summary
BufferLine(org.apache.log4j.spi.LoggingEvent event)
           
 
Method Summary
 org.apache.log4j.spi.LoggingEvent getEvent()
           
 int getNr()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferLine

public BufferLine(org.apache.log4j.spi.LoggingEvent event)
Method Detail

getNr

public int getNr()

getEvent

public org.apache.log4j.spi.LoggingEvent getEvent()

toString

public String toString()
Overrides:
toString in class Object