public class

HtmlLogFormatter

extends FormatterImpl
java.lang.Object
   ↳ java.util.logging.Formatter
     ↳ com.google.gwt.logging.impl.FormatterImpl
       ↳ com.google.gwt.logging.client.HtmlLogFormatter

Class Overview

Formats LogRecords into HTML. Subclasses should override the GetHtmlPrefix and GetHtmlSuffix methods rather than format to ensure that the message is properly escaped.

Summary

Public Constructors
HtmlLogFormatter(boolean showStackTraces)
Public Methods
String format(LogRecord event)
Protected Methods
String getHtmlPrefix(LogRecord event)
String getHtmlSuffix(LogRecord event)
[Expand]
Inherited Methods
From class com.google.gwt.logging.impl.FormatterImpl
From class java.util.logging.Formatter
From class java.lang.Object

Public Constructors

public HtmlLogFormatter (boolean showStackTraces)

Public Methods

public String format (LogRecord event)

Protected Methods

protected String getHtmlPrefix (LogRecord event)

protected String getHtmlSuffix (LogRecord event)