Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Call LogLogger.log(1,"message");
2.
3.
Actual Results:
ArgumentError: Level must be less than LogEventLevel.ALL.
at mx.logging::LogLogger/log()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\logging\LogLogger.as:103]
at com.camelbay.driving.logging::Logger$/log()[C:\Users\Brad\Documents\Driving\project\src\com\camelbay\driving\logging\Logger.as:103]
at com.camelbay.driving.logging::Logger$/xml()[C:\Users\Brad\Documents\Driving\project\src\com\camelbay\driving\logging\Logger.as:121]
at com.camelbay.driving::XMLLoader$/loadXMLReturn()[C:\Users\Brad\Documents\Driving\project\src\com\camelbay\driving\XMLLoader.as:143]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
Expected Results:
Logs properly
Workaround (if any):
none