Package org.chenile.core.model
Interface LogWriter
public interface LogWriter
Implement this interface if you are able to persist a log record. This is done when a request
is asynchronous i.e. the response is merely logged instead of being returned to the caller as is
the case with a synchronous request.
Records can be logged using multiple mechanisms such as file, event topics, MQ etc.
Records can be logged using multiple mechanisms such as file, event topics, MQ etc.
-
Method Summary
-
Method Details
-
write
-