所有类
java.util.logging
类 SimpleFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
-
public class SimpleFormatter
- extends Formatter
以可读格式输出 LogRecord 的简单摘要。摘要通常为 1 或 2 行。
-
从以下版本开始:
-
1.4
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFormatter
public SimpleFormatter()
format
public String format(LogRecord record)
-
格式化给定的 LogRecord。
-
-
指定者:
-
类
Formatter
中的 format
-
-
参数:
-
record
- 要格式化的日志记录。
-
返回:
-
格式化的日志记录
所有类