OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.agent.gecko
Class AdfGeckoLogWriter

Warning:

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

public class AdfGeckoLogWriter
extends AdfLogWriter
AdfLogWriter subclass that writes the logged messages to the Gecko console as they are published. Note that for this to work, the "browser.dom.window.dump.enabled" preference must be set to "true" in the "user.js" or "prefs.js" files. See For more information on creating these files and Mozilla must be launched with the -console option


Field Summary


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

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfGeckoLogWriter()
AdfLogWriter subclass that writes the logged messages to the Gecko 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, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString

Field Detail


Constructor Detail


AdfGeckoLogWriter

public AdfGeckoLogWriter()

AdfLogWriter subclass that writes the logged messages to the Gecko console as they are published. Note that for this to work, the "browser.dom.window.dump.enabled" preference must be set to "true" in the "user.js" or "prefs.js" files. See For more information on creating these files and Mozilla must be launched with the -console option

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.