de.fhg.igd.logging
Interface Messenger
- All Known Implementing Classes:
- AsynchronousStreamHandler, AsynchronousWriterAppender
- public interface Messenger
This interface defines the method by which log messages actually get posted
into the underlying logging system.
- Version:
- "$Id: Messenger.java 1913 2007-08-08 02:41:53Z jpeters $"
- Author:
- Matthias Pressfreund
Method Summary |
void |
post(Object message)
Actually post a message into the underlying logging system. |
post
public void post(Object message)
- Actually post a message into the underlying logging system.
- Parameters:
message
- The message to post
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.