{ "type": "class", | |
"qname": "mx.logging.LogEvent", | |
"baseClassname": "org.apache.royale.events.Event" | |
, | |
"description": "Represents the log information for a single logging event. The loging system dispatches a single event each time a process requests information be logged. This event can be captured by any object for storage or formatting.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]}, | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ], | |
"members": [ | |
{ "type": "field", | |
"qname": "LOG", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Event type constant; identifies a logging event.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "getLevelString", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "Returns a string value representing the level specified.", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["The level a string is desired for."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "return", | |
"values": ["The level specified in English."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "String", | |
"params": [{ "name": "value", "type": "uint"}]} | |
, | |
{ "type": "method", | |
"qname": "mx.logging.LogEvent", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor. Valid values are: <ul> <li><code>LogEventLevel.FATAL</code> designates events that are very harmful and will eventually lead to application failure</li> <li><code>LogEventLevel.ERROR</code> designates error events that might still allow the application to continue running.</li> <li><code>LogEventLevel.WARN</code> designates events that could be harmful to the application operation</li> <li><code>LogEventLevel.INFO</code> designates informational messages that highlight the progress of the application at coarse-grained level.</li> <li><code>LogEventLevel.DEBUG</code> designates informational level messages that are fine grained and most helpful when debugging an application.</li> <li><code>LogEventLevel.ALL</code> intended to force a target to process all messages.</li> </ul>", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["msg String containing the log data.", "level The level for this log event."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": [{ "name": "message", "type": "String"}, | |
{ "name": "level", "type": "int"}]} | |
, | |
{ "type": "field", | |
"qname": "level", | |
"return": "int", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Provides access to the level for this log event. Valid values are: <ul> <li><code>LogEventLogEventLevel.INFO</code> designates informational messages that highlight the progress of the application at coarse-grained level.</li> <li><code>LogEventLevel.DEBUG</code> designates informational level messages that are fine grained and most helpful when debugging an application.</li> <li><code>LogEventLevel.ERROR</code> designates error events that might still allow the application to continue running.</li> <li><code>LogEventLevel.WARN</code> designates events that could be harmful to the application operation.</li> <li><code>LogEventLevel.FATAL</code> designates events that are very harmful and will eventually lead to application failure.</li> </ul>", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "field", | |
"qname": "message", | |
"return": "String", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Provides access to the message that was logged.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |