com.gemstone.gemfire.internal.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-core Show documentation
Show all versions of gemfire-core Show documentation
SnappyData store based off Pivotal GemFireXD
GemFire Administration
Developer: Darrel Schneider
Logging
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.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.LocalLogWriter} that
writes to a VM-local {@link java.io.PrintStream}.
The {@link com.gemstone.gemfire.internal.MergeLogFiles} utility can
be used to merged multiple log files together sorted by the timestamp
of their entries.
Statistics
Software Licensing