Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

ILogger and Fixed unit tests #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

ILogger and Fixed unit tests #13

wants to merge 4 commits into from

Commits on Nov 21, 2011

  1. Added interface ILogger and fixed some failing unit test that were cu…

    …lture specific
    unknown authored and unknown committed Nov 21, 2011
    Configuration menu
    Copy the full SHA
    8d3f767 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2011

  1. ILogger does not need the event

    unknown authored and unknown committed Nov 23, 2011
    Configuration menu
    Copy the full SHA
    5b21ca2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2011

  1. Added the option archiveAboveSizeUnit to the FileTarget in order to g…

    …et a better user experience when configuring a filesize.
    
    E.g. archiveAboveSize='10' & archiveAboveSizeUnit='KB' will give logfiles with a size of 10 kilobytes.
    unknown authored and unknown committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    e15583d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2011

  1. Rewrite of FileTarget's archive above size.

    Because of performance reasons the calculation is only executed when necessary.
    Added a unit test.
    unknown authored and unknown committed Dec 21, 2011
    Configuration menu
    Copy the full SHA
    6105ee0 View commit details
    Browse the repository at this point in the history