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