Outputs logs to the web server.
Note: log messages issued within log method of ServerLogOutput class
are redirected to TraceTarget
destination:String [read-write]
Defines destination for RemoteObject
The default value is "ServerFlexLogger".
Implementation
public function get destination():String
public function set destination(value:String):void
public function ServerOutput(destination:String)Parameters
public function log(message:String, category:String, level:int = 0, time:Date = null):void
Sends message to the log target
Parameters
| message:String — Message text
|
| |
| category:String — Logger category
|
| |
| level:int (default = 0) — Message level
|
| |
| time:Date (default = null) — Message timestamp
|
public function releaseOutput():void
protected function ro_onFault(evt:FaultEvent):voidParameters