Chapter 1. Overview

A simple FileHandler which provides a way to combine multiple diaries and perform reporting on the combined set of categorized activities.

A worklog file is just a simple Java properties file which names all the diaries to combine under the key “ log ” in a comma separated list.

It will load all the diaries (which must not contain activities with overlapping time spans) and display them in a hierarchy analogous to a normal diary.

This FileHandler shares the configuration with the DiaryEditor and thus provides the same capabilities.

The FileHandler is a pure viewer and thus doesn't support any modification of the loaded data or saving it in any form.