All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.christofreichardt.diagnosis.Traceable Maven / Gradle / Ivy

Go to download

A trace tool which produces clearly arranged logs by indenting the trace messages depending on the depth of the call stack.

There is a newer version: 1.10.0
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

package de.christofreichardt.diagnosis;

/**
 * Classes which implement this interface delegate the retrieval of a particular tracer to the
 * specified method. This can be used to override the configuration of the {@link TracerFactory} for
 * certain classes.
 * 
 * @author Christof Reichardt
 */
public interface Traceable {
  AbstractTracer getCurrentTracer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy