< prev index next >

src/java.logging/share/classes/java/util/logging/package-info.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * Provides the classes and interfaces of
  28  * the Java&trade; 2 platform's core logging facilities.
  29  * The central goal of the logging APIs is to support maintaining and servicing
  30  * software at customer sites.
  31  *
  32  * <P>
  33  * There are four main target uses of the logs:
  34  * </P>
  35  *
  36  * <OL>
  37  *    <LI> <I>Problem diagnosis by end users and system administrators</I>.
  38  *           This consists of simple logging of common problems that can be fixed
  39  *           or tracked locally, such as running out of resources, security failures,
  40  *           and simple configuration errors.
  41  *
  42  *    <LI> <I>Problem diagnosis by field service engineers</I>. The logging information
  43  *            used by field service engineers may be considerably more complex and
  44  *            verbose than that required by system administrators.  Typically such information
  45  *            will require extra logging within particular subsystems.
  46  *
  47  *    <LI> <I>Problem diagnosis by the development organization</I>.
  48  *          When a problem occurs in the field, it may be necessary to return the captured logging




   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * Provides the classes and interfaces of
  28  * the Java 2 platform's core logging facilities.
  29  * The central goal of the logging APIs is to support maintaining and servicing
  30  * software at customer sites.
  31  *
  32  * <P>
  33  * There are four main target uses of the logs:
  34  * </P>
  35  *
  36  * <OL>
  37  *    <LI> <I>Problem diagnosis by end users and system administrators</I>.
  38  *           This consists of simple logging of common problems that can be fixed
  39  *           or tracked locally, such as running out of resources, security failures,
  40  *           and simple configuration errors.
  41  *
  42  *    <LI> <I>Problem diagnosis by field service engineers</I>. The logging information
  43  *            used by field service engineers may be considerably more complex and
  44  *            verbose than that required by system administrators.  Typically such information
  45  *            will require extra logging within particular subsystems.
  46  *
  47  *    <LI> <I>Problem diagnosis by the development organization</I>.
  48  *          When a problem occurs in the field, it may be necessary to return the captured logging


< prev index next >