Server for writing terminal output to LOG session

Fixes #947
This commit is contained in:
Norman Feske
2013-11-12 17:49:11 +01:00
parent 5a42f40f04
commit f51c4be5d2
3 changed files with 201 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.
:'os/src/server/log_terminal':
Adapter for forwarding terminal output to a LOG session.
:'libports/src/server/fs_log':
Adapter that writes LOG messages to files on a file system.