OverviewSingleDeprecated

jsx3.util

class Logger.FormatHandler

Object
->jsx3.lang.Object
  ->jsx3.util.Logger.Handler
    ->jsx3.util.Logger.FormatHandler

Direct Known Subclasses:

jsx3.app.Monitor, jsx3.util.Logger.AlertHandler

class Logger.FormatHandler
extends jsx3.util.Logger.Handler
A subclass of Handler that includes functionality for formatting logging records as human-readable strings.

The following tokens are supported in the format:

Method Summary
String
Returns the format to use for formatting logging records.
void
setFormat(strFormat : String)
Sets the format to use for formatting logging records.
Methods Inherited From jsx3.util.Logger.Handler
getLevel, getName, handle, isLoggable, setLevel
Methods Inherited From jsx3.lang.Object
clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString
Method Detail

getFormat

String getFormat()
Returns the format to use for formatting logging records.

Returns:

 

setFormat

void setFormat(strFormat : String)
Sets the format to use for formatting logging records.

Parameters:

strFormat