@Taxonomy(stability=UNCOMMITTED)
| Interface | Description |
|---|---|
| LogAnalyzer |
Provides summary information about important logging events.
|
| LogFileAccess |
Provides access to log files.
|
| Logging |
Supports accessing logging information in multiple ways.
|
| LogQuery |
Provides access to log messages already present in the log file.
|
| LogQueryEntry |
An individual result representing a log entry found
by
LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String). |
| LogQueryResult |
Interface which can be applied over the CompositeData returned
from
LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String). |
| LogRecordEmitter |
Emits
LogRecord as JMX Notification. |
| Class | Description |
|---|---|
| LogModuleNames |
Names of log level modules.
|
| LogQuery.Helper |
helper class, in particular to convert results from
LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String) |
| LogQueryEntryImpl |
INTERNAL USE ONLY--not part of the API
|
| LogQueryResultImpl |
INTERNAL USE ONLY--not part of the API
|
| LogRecordFields |
Copyright © 2019. All rights reserved.