Package | com.luminicbox.log |
Class | public class DefaultConfig |
Method | Defined by | ||
---|---|---|---|
[static]
Creates a Logger instance with the default publisher: TracePublisher and ConsolePublisher.
| DefaultConfig |
getLogger | () | method |
public static function getLogger(id:String, maxDepth:Number):Logger
Creates a Logger instance with the default publisher: TracePublisher and ConsolePublisher.
Parametersid:String — String ( optional ) Used for the logger ID.
|
|
maxDepth:Number — Number ( optional ) The max depth for the publishers. The default value is 3.
|
Logger —
A Logger instance.
|