A logger designed for user based web API systems. Logs events for each user independantly. Uses a robust task queue system, Celery to make certain no system, or user log is ever missed no matter how ...
comment on column logger_logs.log_id is 'PK. Auto generated id'; comment on column logger_logs.lvl is 'The log level. Possible values: I, T, W, E, F'; comment on column logger_logs.time is ...
Groovy 1.8 was recently released with a long list of new features. I focus on one of these new features, logger injection via new AST Transformations, in this post. Groovy 1.8 provides AST ...