| Package | vegas.logging |
| Interface | public interface ILogger extends flash.events.IEventDispatcher |
| Implementors | LogLogger |
| Property | Defined by | ||
|---|---|---|---|
| category : String [read-only]
The category value for the logger.
| ILogger | ||
| Method | Defined by | ||
|---|---|---|---|
|
debug(context:*, ... rest):void
Logs the specified data using the LogEventLevel.DEBUG level.
| ILogger | ||
|
error(context:*, ... rest):void
Logs the specified data using the LogEventLevel.ERROR level..
| ILogger | ||
|
fatal(context:*, ... rest):void
Logs the specified data using the LogEventLevel.FATAL level.
| ILogger | ||
|
info(context:*, ... rest):void
Logs the specified data using the LogEvent.INFO level.
| ILogger | ||
|
log(level:LogEventLevel, ... context, rest:*):void
Logs the specified data at the given level.
| ILogger | ||
|
warn(context:*, ... rest):void
Logs the specified data using the LogEventLevel.WARN level.
| ILogger | ||
| category | property |
category:String [read-only]The category value for the logger.
Implementation public function get category():String
| debug | () | method |
public function debug(context:*, ... rest):voidLogs the specified data using the LogEventLevel.DEBUG level.
Parameterscontext:* |
|
... rest |
| error | () | method |
public function error(context:*, ... rest):voidLogs the specified data using the LogEventLevel.ERROR level..
Parameterscontext:* |
|
... rest |
| fatal | () | method |
public function fatal(context:*, ... rest):voidLogs the specified data using the LogEventLevel.FATAL level.
Parameterscontext:* |
|
... rest |
| info | () | method |
public function info(context:*, ... rest):voidLogs the specified data using the LogEvent.INFO level.
Parameterscontext:* |
|
... rest |
| log | () | method |
public function log(level:LogEventLevel, ... context, rest:*):voidLogs the specified data at the given level.
Parameterslevel:LogEventLevel |
|
... context |
|
rest:* |
| warn | () | method |
public function warn(context:*, ... rest):voidLogs the specified data using the LogEventLevel.WARN level.
Parameterscontext:* |
|
... rest |