| Package | Description |
|---|---|
| flex.messaging.log |
| Modifier and Type | Field and Description |
|---|---|
Logger |
LogEvent.logger
Logger instance that raised the log event.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Log.getLogger(Log log,
String category) |
static Logger |
Log.getLogger(String category)
Given a category, returns the logger associated with the category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.addLogger(Logger logger)
Adds a
Logger whose category matches the filters list for
the Target. |
void |
AbstractTarget.addLogger(Logger logger)
Sets up this target with the specified logger.
|
void |
Target.removeLogger(Logger logger)
Removes a
Logger from the Target. |
void |
AbstractTarget.removeLogger(Logger logger)
Stops this target from receiving events from the specified logger.
|
| Constructor and Description |
|---|
LogEvent(Logger lgr,
String msg,
short lvl,
Throwable t)
Constructor.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.