public abstract class

FormatterImpl

extends Formatter
java.lang.Object
   ↳ java.util.logging.Formatter
     ↳ com.google.gwt.logging.impl.FormatterImpl
Known Direct Subclasses

Class Overview

Base class for Formatters - provides common functionality.

Summary

Public Constructors
FormatterImpl()
Protected Methods
String getRecordInfo(LogRecord event, String newline)
Note that this format is likely to change in the future.
String getStackTraceAsString(Throwable e, String newline, String indent)
[Expand]
Inherited Methods
From class java.util.logging.Formatter
From class java.lang.Object

Public Constructors

public FormatterImpl ()

Protected Methods

protected String getRecordInfo (LogRecord event, String newline)

Note that this format is likely to change in the future. Outputs the meta information in the log record in the following format:

Date LoggerName\nLEVEL:
Most formatters will append the message right after the colon

protected String getStackTraceAsString (Throwable e, String newline, String indent)