Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.1.3)
E41651-01
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.util.logging.Handler
-
- java.util.logging.StreamHandler
-
- java.util.logging.FileHandler
-
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
publish(java.util.logging.LogRecord record)
Add log record to logging buffer.
|
static void |
setupLoggerHandler(java.util.logging.Logger logger)
Setup real analytics logger handler if it is configured
|
-
Methods inherited from class java.util.logging.FileHandler
close
-
Methods inherited from class java.util.logging.StreamHandler
isLoggable, setEncoding, setOutputStream
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, setErrorManager, setFilter, setFormatter, setLevel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
publish
public void publish(java.util.logging.LogRecord record)
Add log record to logging buffer. If the buffer is full, publish it.
This functions overwrites the JUL FileHandler.publish() method.
- Overrides:
publish
in class java.util.logging.FileHandler
- Parameters:
record
- description of the log event. A null record is
silently ignored and is not published
Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.1.3)
E41651-01
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1997, 2014, Oracle. All rights reserved.