Example usage for org.apache.commons.io.input Tailer toString

List of usage examples for org.apache.commons.io.input Tailer toString

Introduction

In this page you can find the example usage for org.apache.commons.io.input Tailer toString.

Prototype

public String toString() 

Source Link

Document

Returns a string representation of the object.

Usage

From source file:fr.logfiletoes.TailerListenerUnit.java

@Override
public void init(Tailer tailer) {
    super.init(tailer);
    LOG.info("init : " + tailer.toString());
}