| Package | org.spicefactory.lib.logging.flex |
| Class | public class FlexLogFactory |
| Inheritance | FlexLogFactory Object |
| Implements | LogFactory |
| Method | Defined By | ||
|---|---|---|---|
Returns the logger for the specified name. | FlexLogFactory | ||
| getLogger | () | method |
public function getLogger(name:Object):Logger
Returns the logger for the specified name. If the name parameter is a Class
instance, the fully qualified class name will be used. Otherwise the toString
method will be invoked on the given name instance.
Parameters
name:Object — the name of the logger
|
Logger — the logger for the specified name
|