 JavaScript API Reference for Oracle ADF Faces
JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.agent.opera
Class AdfOperaLogWriter
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
 
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.
| Constructor Summary | 
| public | 
AdfOperaLogWriter()
AdfLogWriter subclass that writes the logged messages to the Opera console as they are published. | 
| 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, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
- public AdfOperaLogWriter()
 - AdfLogWriter subclass that writes the logged messages to the Opera console as they are published. 
- protected Object PublishImpl(Object logRecord)
 - Write the record to the Gecko console 
 - 
- Parameters:
- 
- Return:
- Object
- Overrides:
- AdfLogWriter.PublishImpl(Object)
 
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.