Add a service to log into a file

Original version by Alexander Tarasikov, refined by Norman Feske.

Fixes #736
This commit is contained in:
Alexander Tarasikov
2013-05-07 20:10:28 +04:00
committed by Norman Feske
parent 33bb8662a0
commit d8f0392c9f
4 changed files with 194 additions and 0 deletions

View File

@@ -314,6 +314,9 @@ Separate components:
:'os/src/server/terminal_log':
Adapter for forwarding LOG messages to a terminal session.
:'libports/src/server/fs_log':
Adapter that writes LOG messages to files on a file system.
:'demo/src/server/nitlog':
Provides a LOG session, printing log output on screen via a nitpicker
session.