![JAR search and dependency download from the Maven repository](/logo.png)
de.christofreichardt.diagnosis.Traceable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracelogger Show documentation
Show all versions of tracelogger Show documentation
A trace tool which produces clearly arranged logs by indenting the trace messages depending on the depth of the call stack.
/*
* 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