JavaTM Platform
Standard Ed. 6

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

생성자 의 개요
SimpleFormatter ()
           
 
메소드의 개요
 String format (LogRecord  record)
          지정된 LogRecord 를 포맷 합니다.
 
클래스 java.util.logging. Formatter 로부터 상속된 메소드
formatMessage , getHead , getTail
 
클래스 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 - 포맷 되는 로그 레코드
반환값:
포맷 된 로그 레코드

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.