BEA Systems, Inc.

com.beasys.commerce.axiom.util.weblogic
Class Log

java.lang.Object
  |
  +--com.beasys.commerce.util.DefaultLog
        |
        +--com.beasys.commerce.axiom.util.weblogic.Log

public class Log
extends DefaultLog

Generic class for logging to your server. The default implementation logs to the WebLogic server log facility. You can subclass the methods in this class to log other devices.

See Also:
weblogic.common.LogServicesDef, WebLogicHelper

Field Summary
protected  weblogic.common.LogServicesDef log
           
 
Fields inherited from class com.beasys.commerce.util.DefaultLog
COMMA, DEFAULT_APP_NAME, minimumLevel, QUOTE, showDeprecated, SPACE
 
Constructor Summary
Log()
          Default constructor.
 
Method Summary
protected  void logOutput(int aLevel, java.lang.String anAppName, java.lang.String aMsg, java.lang.Throwable anException)
          Log the output.
 
Methods inherited from class com.beasys.commerce.util.DefaultLog
assembleMsg, debug, deprecated, getMinimumLevel, getShowDeprecated, info, info, log, log, log, log, setMinimumLevel, setShowDeprecated, textForLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected weblogic.common.LogServicesDef log
Constructor Detail

Log

public Log()
Default constructor.
Method Detail

logOutput

protected void logOutput(int aLevel,
                         java.lang.String anAppName,
                         java.lang.String aMsg,
                         java.lang.Throwable anException)
Log the output. Override default implementation to write to the log.
Overrides:
logOutput in class DefaultLog
Parameters:
aLevel -  
anAppName - the application name
aCompleteMsg -  
anException -  

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved