| Package | org.as3commons.logging.impl |
| Class | public class DefaultLoggerFactory |
| Implements | ILoggerFactory |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new DefaultLoggerFactory
| DefaultLoggerFactory | ||
|
Creates and returns a logger for the given name.
| DefaultLoggerFactory | ||
| DefaultLoggerFactory | () | constructor |
public function DefaultLoggerFactory()Creates a new DefaultLoggerFactory
| 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
|