blob: d3a15916692346babc6eec8186aaed8f20635c88 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<HTML>
<BODY>
<!-- ------------------------------------------------------------ -->
<H1>GemFire Administration</H1>
<P><B>Developer:</B> Darrel Schneider</P>
<H2>Logging</H2>
<P>GemFire provides a {@linkplain org.apache.geode.LogWriter
logging API} that is similar to the one provided by standard java.
The {@link org.apache.geode.internal.logging.LogWriterImpl} class provides
implementations of a number of the <code>LogWriter</code> methods.
There is one concrete implementation of <code>LogWriterImpl</code>.
It is {@link org.apache.geode.internal.logging.PureLogWriter} that
writes to a VM-local {@link java.io.PrintStream}.</P>
<P>The {@link org.apache.geode.internal.logging.MergeLogFiles} utility can
be used to merged multiple log files together sorted by the timestamp
of their entries.</P>
<H2>Statistics</H2>
<H2>Software Licensing</H2>
</BODY>
</HTML>