软件包 | 描述 |
---|---|
java.util.logging |
提供类和java 2平台的核心
TM测井设备接口。
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFormatter
在一个人类可读的格式打印的
LogRecord 小结。
|
class |
XMLFormatter
格式为标准的XML格式的日志。
|
Modifier and Type | Method and Description |
---|---|
Formatter |
Handler.getFormatter()
返回这个
Handler的
Formatter。
|
Modifier and Type | Method and Description |
---|---|
void |
Handler.setFormatter(Formatter newFormatter)
设置一个
Formatter。
|
Constructor and Description |
---|
StreamHandler(OutputStream out, Formatter formatter)
创建一个给定的
Formatter输出流
StreamHandler。
|
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.