Kenny Katzgrau

Results 8 comments of Kenny Katzgrau

Hm, can you elaborate? You can install multiple spark versions currently. The idea behind that was better handling of dependencies and more flexibility from teh developer perspective in terms of...

Can you post an example of usage? From the docs, the second params should accept objects/arrays: `$logger->debug('Got these users from the Database.', $users);`

Well then, guess we'll have to fix this one. Thanks for the report!

Hm, interesting idea, but it's not a supported feature at the moment. You could certainly extend KLogger and override the formatMessage method to achieve that though.

I should add, you would also need to override the info/debug/etc methods

Cool, I like the addition of the timing functions, but I'd suggest perhaps storing the start time of a task in a hash table where the task name is the...

@onno-vos-dev I like the feature too — would be OK adding it

Committed, needs testing