Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.2.1.2.0)
E76714-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 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.2.1.2.0)
E76714-01
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 1997, 2016, Oracle. All rights reserved.