# Functions

* * Console val with debug level into stdout * @param val the printing string * @return void * @example [DEBUG] tea console example */.
* * Console val with error level into stderr * @param val the printing string * @return void * @example [ERROR] tea console example */.
* * Console val with info level into stdout * @param val the printing string * @return void * @example [INFO] tea console example */.
* * Console val with log level into stdout * @param val the printing string * @return void * @example [LOG] tea console example */.
* * Console val with warning level into stdout * @param val the printing string * @return void * @example [WARNING] tea console example */.