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