Tatsuhiko Miyagawa's Blog

Log::Dispatch::Config TODOs

December 24, 2001

Here’s my TODOs for Log::Dispatch::Config.

format code needs clean up

%d{%Y-%m-%d} looks quite messy, if we wanna change this, we should do it ASAP, before this module becomes stable/standard.

caller stack

Current code to get stack level depends heavily on Log::Dispatch internal implementation.

Exception handling in Logging

Currently when something bad happened in Log::Dispatch::*, just exception is thrown. It might be trouble for mission critical task with debug logging on.

LogLevel config depending on caller package like Log4j

Maybe we don’t need it!