mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-24 07:41:32 +00:00
Created Console (markdown)
parent
0331dfce18
commit
406a0807e7
6
Console.md
Normal file
6
Console.md
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user