From 406a0807e7d767eeef97f7226ce72903a9988efb Mon Sep 17 00:00:00 2001 From: ni-richard Date: Mon, 16 Sep 2019 20:33:26 +0200 Subject: [PATCH] Created Console (markdown) --- Console.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Console.md diff --git a/Console.md b/Console.md new file mode 100644 index 0000000..b3cbf16 --- /dev/null +++ b/Console.md @@ -0,0 +1,6 @@ +The console is typically used for displaying log and error messages. For instance, you may run a web server, and you would like to show the users the incoming requests, then you just have to instantiate a *ProcessLogHandler* along with a *ConsoleLogsHandler*, and start your process as a supervisor task. Besides that, you can write any kind of text manually, like unit test results. +*** + +**Available commands**: +* [console.read](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/console.read) +* [console.write](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/console.write) \ No newline at end of file