]> git.ipfire.org Git - people/stevee/guardian.git/commit
Add LogFacility for logging to a single file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 22 Feb 2016 10:58:26 +0000 (11:58 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 22 Feb 2016 10:58:26 +0000 (11:58 +0100)
commitd79cbb10a6c67b54da71f7684f0e052dcf44fdf5
tree8561574f63152746b049e03561d17f2753fc889a
parent34efe80bf5b45ee8850fd20cbba7c37d5434130d
Add LogFacility for logging to a single file.

Introduce the LogFacility "file", which just sends and logs
all given log messages to a given file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
modules/Logger.pm