| Package | com.theriabook.util.logging |
| Class | public class FilterLogEvent |
| Inheritance | FilterLogEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| category : String | FilterLogEvent | ||
| cause : LogEvent | FilterLogEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
FilterLogEvent(type:String, category:String, cause:LogEvent = null)
| FilterLogEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOGGER_ADDED : String = "loggerAdded" [static]
| FilterLogEvent | ||
| LOGGER_REMOVED : String = "loggerRemoved" [static]
| FilterLogEvent | ||
| category | property |
public var category:String
| cause | property |
public var cause:LogEvent
| FilterLogEvent | () | constructor |
public function FilterLogEvent(type:String, category:String, cause:LogEvent = null)Parameters
type:String |
|
category:String |
|
cause:LogEvent (default = null) |
| LOGGER_ADDED | constant |
public static const LOGGER_ADDED:String = "loggerAdded"
| LOGGER_REMOVED | constant |
public static const LOGGER_REMOVED:String = "loggerRemoved"