Class LoggingObserver
- java.lang.Object
-
- hu.icellmobilsoft.coffee.tool.utils.stream.LoggingObserver
-
@ApplicationScoped public class LoggingObserver extends Object
Observer for logging- Since:
- 2.4.0
- Author:
- mate.biro
-
-
Constructor Summary
Constructors Constructor Description LoggingObserver()Default constructor, constructs a new object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidobserve(LoggingEvent event)Observer method that logs the message
-
-
-
Method Detail
-
observe
public void observe(@Observes LoggingEvent event)Observer method that logs the message- Parameters:
event- containing the message to be logged
-
-