net.percederberg.mibble
Interface LogPrinter

All Known Implementing Classes:
SimpleLogPrinter

public interface LogPrinter

A log printer interface. The classes implementing this interface suppors printing log entries to some output stream.

Since:
2.0

Method Summary
 void print(LogEntry entry)
          Prints a log entry.
 

Method Detail

print

public void print(LogEntry entry)
Prints a log entry.

Parameters:
entry - the log entry to print