public abstract class

Sink

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.logging.Sink<T>
Known Direct Subclasses

Class Overview

An abstract output sink receiving the logs. Refer to the subclasses.

Summary

Fields
protected T output
Protected Constructors
Sink(T output)
Public Methods
boolean equals(Object obj)
int getLogLevel()
T getOutput()
int hashCode()
boolean isPrefixWithTimestamp()
void setLogLevel(int logLevel)
void setPrefixWithTimestamp(boolean prefixWithTimestamp)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected T output

Protected Constructors

protected Sink (T output)

Public Methods

public boolean equals (Object obj)

public int getLogLevel ()

public T getOutput ()

public int hashCode ()

public boolean isPrefixWithTimestamp ()

public void setLogLevel (int logLevel)

public void setPrefixWithTimestamp (boolean prefixWithTimestamp)

public String toString ()