action: Create and use a different Logger for each action.
[matthijs/projects/backupninja.git] / src / lib / backupninja / handlers / __init__.py
2010-08-07 Matthijs Kooijmanaction: Create and use a different Logger for each... master
2010-08-07 Matthijs Kooijmanhandlers: Make create_action pass any kwargs to the...
2010-08-07 Matthijs KooijmanAction: store a logger object in each Action.
2010-08-07 Matthijs Kooijmanhandlers: Add fail_on_exception handler.
2010-08-07 Matthijs Kooijmanaction: Let each action track a status and log it.
2010-08-07 Matthijs KooijmanAction: Add config accessor functions.
2010-07-27 Matthijs Kooijmanhandlers: Rename Handler class to Action.
2010-07-26 Matthijs Kooijmanconfig: Restructure config loading to allow defaults.
2010-06-10 Matthijs Kooijmanhandlers: Add **kwargs to Handler methods.
2010-06-10 Matthijs Kooijmanmisc: Add some extra info and debug statements.
2010-06-10 Matthijs Kooijmanhandlers: Make create_handler throw exceptions on errors.
2010-05-17 Matthijs Kooijmanmain: Add action loading and running infrastructure.
2010-05-17 Matthijs Kooijmanmain: Add backupninja.handlers package.