Class Slf4jExceptionPrinter
- java.lang.Object
-
- fr.univ_artois.lgi2a.similar.microkernel.libs.abstractimpl.AbstractProbe
-
- fr.univ_artois.lgi2a.similar2logo.lib.probes.Slf4jExceptionPrinter
-
- All Implemented Interfaces:
fr.univ_artois.lgi2a.similar.microkernel.IProbe
public class Slf4jExceptionPrinter extends fr.univ_artois.lgi2a.similar.microkernel.libs.abstractimpl.AbstractProbe
A probe printing to Slf4j output the trace of an exception that was thrown during the execution of the simulation.- Author:
- Yoann Kubera, Gildas Morvan
-
-
Constructor Summary
Constructors Constructor Description Slf4jExceptionPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reactToError(String errorMessage, Throwable cause)
-