LuminicTracer

Kind of class:class
Inherits from:none
Implements:
Version:1.0
Author:Francis Bourre, Pablo Costantini
Classpath:com.bourre.utils.LuminicTracer
File last modified:Wednesday, 31 October 2007, 07:35:30
LuminicTracer uses Luminic Box logging console
to log messages.

See http://www.luminicbox.com/blog/?page=post&id=2 for
more informations about Lunimic Box.

LuminicTracer implementation don't use any Luminic
API dependencies (only use LocalConnection for Luminic
Box communication.

Implements com.bourre.log.LogListener interface to listen to
com.bourre.log.Logger events.

Example

Logger.getInstance().addLogListener( LuminicTracer.getInstance() );
PixlibDebug.INFO( "Logging API ready" );

Summary

Instance properties
Class methods
Instance methods
Event handlers

Instance properties

isCollapsable

isCollapsable:Boolean
(read,write)

Class methods

getInstance

static function getInstance (
Returns an LuminicTracer instance.

Always return same the instance.

Returns:
a LuminicTracer instance

Instance methods

setCollapseDepth

function setCollapseDepth (
n:Number) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

Event handlers

onLog

function onLog (
e:LogEvent) : Void
com.bourre.log.LogListener callback implementation.

com.bourre.log.Logger dispatches onLog
event when messages are send to logging API.

Parameters: