Welcome to as3-commons-logging

Get latest stable

Download latest stable Download latest stable (1.0.0)


Get lastest development snapshot

Download latest snapshot Download latest snapshot

AS3Commons-logging is an open-source library providing an abstraction over logging framework implementations. Being a pure actionscript library it can be used for any Flash/Flex/AIR project. Its use is recommended for use with other libraries/framework trying to be logging framework agnostic.

The library provides a common interface to logger creation and logging and it provides some basic loggers implementations:

  • a default logger using trace()
  • a null logger that can be used to ignore logging
  • a flex logger (mx.logging.ILogger) implementation

Other implementations can be created by users for any other logging framework.