软件包 | 描述 |
---|---|
java.sql |
提供使用Java
TM编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。
|
java.util.logging |
提供Java
TM 2平台核心日志记录工具的类和接口。
|
javax.sql |
为Java
TM编程语言提供服务器端数据源访问和处理API。
|
javax.sql.rowset.spi |
第三方供应商在实施同步提供程序时必须使用的标准类和接口。
|
Class and Description |
---|
Logger
Logger对象用于记录特定系统或应用程序组件的消息。
|
Class and Description |
---|
ErrorManager
ErrorManager对象可以附加到处理程序来处理在记录期间在处理程序中发生的任何错误。
|
Filter
可以使用过滤器对超出记录级别提供的控制范围内的记录进行细粒度控制。
|
Formatter
格式化程序提供对LogRecords进行格式化的支持。
|
Handler
一个
Handler对象从
Logger采用日志消息和出口他们。
|
Level
Level类定义了一组可用于控制日志输出的标准日志记录级别。
|
Logger
Logger对象用于记录特定系统或应用程序组件的消息。
|
LoggingMXBean
记录设备的管理界面。
|
LogManager
有一个全局LogManager对象用于维护关于日志记录器和日志服务的一组共享状态。
|
LogRecord
LogRecord对象用于在日志框架和各个日志处理程序之间传递日志请求。
|
StreamHandler
基于流的日志记录
Handler 。
|
Class and Description |
---|
Logger
Logger对象用于记录特定系统或应用程序组件的消息。
|
Class and Description |
---|
Level
Level类定义了一组可用于控制日志输出的标准日志记录级别。
|
Logger
Logger对象用于记录特定系统或应用程序组件的消息。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.