PluginDebug

Kind of class:public class
Package:com.bourre.plugin
Inherits from:none
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.plugin.PluginDebug
File last modified:Monday, 24 November 2008, 11:36:50

Summary


Constructor
Class properties
Class methods
Instance methods

Constructor

PluginDebug

public function PluginDebug (
access:ConstructorAccess, owner:Plugin = null)

Class properties

isOn

public static isOn:Boolean = true
(read,write)

Class methods

getInstance

public static function getInstance (
owner:Plugin = null) : PluginDebug

release

public static function release (
owner:Plugin) : Boolean

Instance methods

debug

public function debug (
o:*) : void

Specified by:

error

public function error (
o:*) : void

Specified by:

fatal

public function fatal (
o:*) : void

Specified by:

getChannel

public function getChannel (

Specified by:

getOwner

public function getOwner (
) : Plugin

info

public function info (
o:*) : void

Specified by:

isOn

public function isOn (
) : Boolean

Specified by:

off

public function off (
) : void

Specified by:

on

public function on (
) : void

Specified by:

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance

warn

public function warn (
o:*) : void

Specified by: