Archive for May, 2009
Structured Log Testing Release
Posted in Learning on May 18th, 2009
Today marks the official release of the Structured Log Testing! The release includes a couple of things:
- http://structuredlogs.com/ - Blog,Information,More…
- Code - 2 SDKs
- StructuredLogTestingSDK.swc - The main client side code sdk.
- StructuredLogTestingToolingSDK.swc - The classes used to build visual tools on top of Structured Log Testing data.
Some quick notes about the SDK. It supports ActionScript 3 only projects as well as Flex based projects. The framework has a custom FlexUnit4 test runner to work with unit testing as well as continuous integration setups. There is a lot of example code inside the google code repository both on the client side as well as the example AIR application for building your own custom log viewer.
RIALoggerApp is the AIR application that I use as my testing playground for supporting Structured Log Testing ideas. The AIR application has been updated to work with the latest Structured Log Testing classes.