summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorjavalizard <>2010-04-14 03:48:41 +0000
committerjavalizard <>2010-04-14 03:48:41 +0000
commit3ab953b22dc3200f864fe8282d1ebff0498e98ee (patch)
treed09899e75728508004d298fe3bdcfc822e05c2e6 /build.xml
parentb2b00ee68812dc455e5fe3ea816d7af16d500b2d (diff)
changed the gmdate to just date. TLogger now captures the memory footprint and controls. TLogRouter now can specify logs that require the header with the IHeaderRoute interface. so the TFirePhpLogRoute can work. TLogRoutes can be disabled and all of the routes can be gotten. Each TLogRoute also can have a control filter, user role filter (so, for instance, if you wanted a browser log route on a production site but only for developers), a meta id is also stored for linking to other data in the system, the user id if a user is logged in, active (so routes can be turned off but not deleted), and an error should something go bad with a log route it shouldn't take down the page. Updated the docs on the category filter having to be an array instead of a string. This includes some functions for serializing the Log Router classes as xml. Also the browser route does a quartile analysis on the times and memory footprint of each log item (independently), and highlights the log lines that are memory hogs or time hogs. We can use this as a basis for a set of analysis classes? This includes some interesting functions which does array of array key index to value sorting. For instance getting all rows from a database table. eg. $arr array(array('key'=>'value1', ...), array('key'=>...), array(...)). vsort($arr, 'key'). We may want to move some of this stuff around
Diffstat (limited to 'build.xml')
0 files changed, 0 insertions, 0 deletions