|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.log.AbstractTarget
public abstract class AbstractTarget
| Constructor Summary | |
|---|---|
AbstractTarget()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addFilter(String value)
Adds a filter to this target. |
void |
addLogger(Logger logger)
Sets up this target with the specified logger. |
List |
getFilters()
Return a read-only snap-shot of the current filters for this target. |
short |
getLevel()
Return the log level for this target. |
void |
initialize(String id,
ConfigMap properties)
Initializes the target with id and properties. |
void |
removeFilter(String value)
Removes a filter from this target. |
void |
removeLogger(Logger logger)
Stops this target from receiving events from the specified logger. |
void |
setFilters(List value)
Sets the list of filters for this target. |
void |
setLevel(short value)
Sets the log level for this target. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.messaging.log.Target |
|---|
logEvent |
| Constructor Detail |
|---|
public AbstractTarget()
| Method Detail |
|---|
public void initialize(String id,
ConfigMap properties)
initialize in interface Targetid - id for the target which is ignored.properties - ConfigMap of properties for the target.public List getFilters()
getFilters in interface Targetpublic void addFilter(String value)
addFilter in interface Targetvalue - Filter to be added.public void removeFilter(String value)
removeFilter in interface Targetvalue - Filter to be removed.public void setFilters(List value)
setFilters in interface Targetvalue - List of filters.public short getLevel()
getLevel in interface TargetTarget will process log events for.public void setLevel(short value)
LogEvent.ERROR.
setLevel in interface Targetvalue - The log level that the Target will process log events for.public void addLogger(Logger logger)
addLogger in interface Targetlogger - this target should listen to.public void removeLogger(Logger logger)
removeLogger in interface Targetlogger - this target should ignore.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/log/AbstractTarget.html