OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.agent.ie
Class AdfIELogWriter

Warning:

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

public class AdfIELogWriter
extends AdfLogWriter
AdfLogWriter subclass that writes the logged messages to the Microsoft Script Debugger 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
AdfIELogWriter()
AdfLogWriter subclass that writes the logged messages to the Microsoft Script Debugger as they are published.


Method Summary

protected Object
PublishImpl(Object logRecord)
Write the record to the Microsoft Script Debugger


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


AdfIELogWriter

public AdfIELogWriter()

AdfLogWriter subclass that writes the logged messages to the Microsoft Script Debugger as they are published.

Method Detail


PublishImpl

protected Object PublishImpl(Object logRecord)

Write the record to the Microsoft Script Debugger

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

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.