|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.logging.AdfLogWriter | +--oracle.adf.view.js.logging.AdfBufferedLogWriter | +--oracle.adf.view.js.logging.AdfClientFileLogWriter
public class AdfClientFileLogWriter extends AdfBufferedLogWriter
Field Summary |
|
---|---|
private Object |
|
private static Object |
|
private Object |
|
private static Object |
|
private static Object |
|
private Object |
|
private static Object |
|
private Object |
|
private static Object |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
public Object |
|
public Object |
|
private static Object |
|
public Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
protected Object |
|
private Object |
|
public Object |
|
Methods inherited from oracle.adf.view.js.logging.AdfBufferedLogWriter |
Clear, getLogRecords, PublishImpl |
Methods inherited from oracle.adf.view.js.logging.AdfLogWriter |
CheckIfClosed, FormatError, FormatLevel, getFilter, 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 |
---|
private Object _backupLogWriter
private static Object _BROWSER_VERSION
private Object _document
private static Object _END_TAG
private static Object _PROFILER_VERSION
private Object _sessionId
private static Object _START_TAG
private Object _window
private static Object _XML_FILE_HEADER
Constructor Detail |
---|
public AdfClientFileLogWriter(Object domWindow,
Object backupLogWriter)
domWindow |
||
backupLogWriter |
Method Detail |
---|
public Object close()
The close method will perform a flush and then close the AdfLogWriter. After close has been called this AdfLogWriter should no longer be used. Method calls may either be silently ignored or may throw runtime exceptions.
Object
AdfLogWriter.close()
public Object closeRecord()
Object
private static Object _createAppletTag()
Object
public Object flush()
Object
AdfLogWriter.flush()
protected Object FormatLogRecord(Object logRecord)
logRecord |
- | AdfLogRecord to format |
Object
AdfLogWriter.FormatLogRecord(AdfLogRecord)
protected Object FormatMessage(Object message)
message |
- | MESSAGE_FIELD of the log record. Expected semicolon separated values in the form of string (description); int (timestamp); int (timing) Users can add custom tags and values as 3rd and higher elements of the message array eg. AdfLogger.getLogger("profiler").info(";;;<custom_tag>whatever_value</custom_tag>"); Initially wanted to make it comma separated but events strings have commas in them already eg. "AdfActionEvent [type=action, source=AdfRichCommandLink [oracle.adf.RichCommandLink] id=tmplt:abcCols:cols:0:secs:0:itms:0:cmd, phase=CAPTURING_PHASE]" |
Object
AdfLogWriter.FormatMessage(Object)
protected Object FormatWhen(Object when)
when |
- | timestamp string |
Object
AdfLogWriter.FormatWhen(Object)
public Object getApplet()
Object
protected Object Init(Object domWindow,
Object backupLogWriter)
domWindow |
||
backupLogWriter |
Object
AdfObject.Init()
private Object _logToBackupLogWriter(Object message)
message |
- | string to log |
Object
public Object setSessionId(Object value)
value |
- | String value of the sessionId. |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |