OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.agent.opera
Class AdfOperaLogWriter

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.logging.AdfLogWriter
               |
               +--oracle.adfinternal.view.js.agent.opera.AdfOperaLogWriter

public class AdfOperaLogWriter
extends AdfLogWriter
AdfLogWriter subclass that writes the logged messages to the Opera console as they are published.



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfOperaLogWriter()
AdfLogWriter subclass that writes the logged messages to the Opera console as they are published.


Method Summary

protected Object
PublishImpl(Object logRecord)
Write the record to the Gecko console


Methods inherited from oracle.adf.view.js.logging.AdfLogWriter

CheckIfClosed, close, flush, FormatError, FormatLevel, FormatLogRecord, FormatMessage, FormatWhen, getFilter, Init, publish, setFilter


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


Constructor Detail


AdfOperaLogWriter

public AdfOperaLogWriter()

AdfLogWriter subclass that writes the logged messages to the Opera console as they are published.

Method Detail


PublishImpl

protected Object PublishImpl(Object logRecord)

Write the record to the Gecko console

Parameters:
logRecord    
Return:
Object
Overrides:
AdfLogWriter.PublishImpl(Object)

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.