AgentryJavaLoggingConfigurator.ReallySimpleFormatter class

This is a basic formatter class that is used for the AgentryJavaCompiler log file handler (to mimic the format that com.syclo.agentry.utility.Logger was using).

Syntax

class ReallySimpleFormatter extends Formatter

Members

All members of ReallySimpleFormatter, including inherited members.

Methods
Modifier and Type Method Description
public String format(LogRecord)  

Usage

It just prefixes the log message with a timestamp.