OverviewSingleDeprecated

jsx3.util

class Logger.AlertHandler

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

class Logger.AlertHandler
extends jsx3.util.Logger.FormatHandler
Handles a logging record by sending it to a JavaScript alert.

Method Summary
int
Returns the message interval at which the user has the opportunity to disable this handler.
void
setConfirmInterval(intInterval : int)
Sets the message interval at which the user has the opportunity to disable this handler.
Methods Inherited From jsx3.util.Logger.FormatHandler
getFormat, setFormat
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

getConfirmInterval

int getConfirmInterval()
Returns the message interval at which the user has the opportunity to disable this handler.

Returns:

 

setConfirmInterval

void setConfirmInterval(intInterval : int)
Sets the message interval at which the user has the opportunity to disable this handler.

Parameters:

intInterval