blob: 3bdb97f71c5c89e0eec3943c1cfeda94d2ad685c [file] [log] [blame]
{ "type": "class",
"qname": "mx.logging.LogEventLevel",
"baseClassname": ""
,
"description": "Static class containing constants for use in the <code>level</code> property.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "field",
"qname": "FATAL",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Designates events that are very harmful and will eventually lead to application failure.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "ERROR",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Designates error events that might still allow the application to continue running.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "WARN",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Designates events that could be harmful to the application operation.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "INFO",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Designates informational messages that highlight the progress of the application at coarse-grained level.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "DEBUG",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Designates informational level messages that are fine grained and most helpful when debugging an application.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "ALL",
"return": "int",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Tells a target to process all messages.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}