Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.logging
Class NonCatalogLogger

java.lang.Object
  extended by weblogic.i18n.logging.NonCatalogLogger
      extended by weblogic.logging.NonCatalogLogger

public final class NonCatalogLogger
extends NonCatalogLogger

This class provides application services for logging error messages to the WebLogic Server log. The name, location, and other properties of the log file are determined by the LogMBean for the server

All methods which take a Throwable argument, print the stack trace in the error log.

The NonCatalogLogger can be used as a static class variable and used across object instances of that class. NonCatalogLogger methods are thread safe for multiple object instances and for threads calling the log methods concurrently.

Logging from Clients:

This class is also intended for use by client code not running within a WebLogic Server. In that case, each client JVM creates its own log file. The logging properties of clients are configured with Java system properties: weblogic.log.<attributeInLogMBean>=<value>.

For logging internationalized messages, use <catalogName>Logger, generated using i18ngen. See the Oracle WebLogic Server Internationalization Guide for instructions.

See Also:
LogMBean, weblogic.management.logging, weblogic.i18n

Constructor Summary
NonCatalogLogger(String mySubsystem)
           
 
Method Summary
 
Methods inherited from class weblogic.i18n.logging.NonCatalogLogger
alert, alert, critical, critical, debug, debug, emergency, emergency, error, error, info, info, notice, notice, trace, trace, warning, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonCatalogLogger

public NonCatalogLogger(String mySubsystem)
Parameters:
mySubsystem - Denotes a functional subsystem which is the source of this message. If none is specified, the value "Unknown" is used. Subsystems created by this constructor are added to the system-wide subsystem list. For example, this list is used in setting log filter properties in the administration console.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06