mx.logging.targets
public class MiniDebugTarget
继承MiniDebugTarget Inheritance LineFormattedTarget Inheritance AbstractTarget Inheritance Object

提供输出到 LocalConnection(与 MiniDebug 应用程序连接)的记录程序目标。



公共属性
 属性定义方
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
 InheritedfieldSeparator : String = ""
要在字段间使用的分隔符字符串(默认情况下是“ ”)
LineFormattedTarget
 Inheritedfilters : Array
除了 level 设置外,滤镜还可用于提供伪层次结构映射,以便仅处理那些给定类别的事件。
AbstractTarget
 Inheritedid : String
[只读 (read-only)] 提供对此目标的 ID 的访问。
AbstractTarget
 InheritedincludeCategory : Boolean
指示此目标的类别是否应添加到跟踪中。
LineFormattedTarget
 InheritedincludeDate : Boolean
指示日期是否应添加到跟踪中。
LineFormattedTarget
 InheritedincludeLevel : Boolean
指示事件级别是否应添加到此跟踪中。
LineFormattedTarget
 InheritedincludeTime : Boolean
指示时间是否应添加到跟踪中。
LineFormattedTarget
 Inheritedlevel : int
提供对此目标的当前设置级别的访问。
AbstractTarget
 Inheritedprototype : Object
[静态] 对类或函数对象的原型对象的引用。
Object
公共方法
 方法定义方
  
MiniDebugTarget(connection:String = "_mdbtrace", method:String = "trace")
构造函数。
MiniDebugTarget
 Inherited
使用指定的记录程序设置此目标。
AbstractTarget
 Inherited
指示对象是否已经定义了指定的属性。
Object
 Inherited
在创建了实现对象、并分配了标签上指定的所有属性后调用。
AbstractTarget
 Inherited
指示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
此方法处理相关记录程序中的 LogEvent。
LineFormattedTarget
 Inherited
指示指定的属性是否存在、是否可枚举。
Object
 Inherited
阻止此目标接收来自指定记录程序的事件。
AbstractTarget
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
构造函数详细信息
MiniDebugTarget()构造函数
public function MiniDebugTarget(connection:String = "_mdbtrace", method:String = "trace")

构造函数。

构造记录程序目标的实例,该实例将日志数据发送到 MiniDebug 应用程序。

参数
connection:String (default = "_mdbtrace") — 指定发送日志记录信息的位置。此值是在远程 SWF 中的 LocalConnection.connect() 方法调用中指定的连接名称,它可以使用以下签名接收对 log() 方法的调用。
log(... args:Array)
args Array 中指定的每个值都是 String。
 
method:String (default = "trace") — 指定在远程连接上调用的方法。