Developer: Darrel Schneider
GemFire provides a {@linkplain com.gemstone.gemfire.LogWriter
logging API} that is similar to the one provided by standard java.
The {@link com.gemstone.gemfire.internal.logging.LogWriterImpl} class provides
implementations of a number of the LogWriter methods.
There is one concrete implementation of LogWriterImpl.
It is {@link com.gemstone.gemfire.internal.logging.PureLogWriter} that
writes to a VM-local {@link java.io.PrintStream}.
The {@link com.gemstone.gemfire.internal.logging.MergeLogFiles} utility can be used to merged multiple log files together sorted by the timestamp of their entries.