| Package | org.as3commons.logging.impl |
| Class | public class FlexLoggerFactory |
| Implements | ILoggerFactory |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FlexLoggerFactory.
| FlexLoggerFactory | ||
|
Creates and returns a logger for the given name.
| FlexLoggerFactory | ||
| FlexLoggerFactory | () | constructor |
public function FlexLoggerFactory()Creates a new FlexLoggerFactory.
| getLogger | () | method |
public function getLogger(name:String):ILoggerCreates and returns a logger for the given name.
Parametersname:String — the name of the logger
|
ILogger —
the logger
|