A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
level — Property in class com.luminicbox.log.LogEvent
The message level.
Level — Class in package com.luminicbox.log
This abtract class contains definitions for the message's levels.
The predefined levels are: ALL, LOG, DEBUG, INFO, WARN, ERROR, FATAL and NONE.
Level(name, value) — Constructor in class com.luminicbox.log.Level
log(argument) — Method in class com.luminicbox.log.Logger
Logs an object or message with the LOG level.
LOG — Static property in class com.luminicbox.log.Level
The LOG level designates fine-grained informational events.
LogEvent — Class in package com.luminicbox.log
Represents a log message with information about the object to inspect, its level, the originator logger and other information.
THIS CLASS IS USED INTERNALLY.
LogEvent(loggerId, argument, level:com.luminicbox.log:Level) — Constructor in class com.luminicbox.log.LogEvent
Creates a LogEvent instance.
Logger — Class in package com.luminicbox.log
Main Class.
This class contains methods for logging messages at differente levels.
These messages can me basic types (strings, numbers, dates) or complex objects and MovieClips.
There are also configuration methods.
Logger(logId) — Constructor in class com.luminicbox.log.Logger
Creates a new Logger instance.
The logId parameter is optional.
loggerId — Property in class com.luminicbox.log.LogEvent
The originator logger id.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z