Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Log  logging class

Description: keep it simple

The most famous and familiar log is the captain log of the star ship ncc enterprise, to boldly go where no man has gone before...

in computers it's not so different. Log file can be created to record events that happens on the program.

It saves records chronological documentation of any activities/actions that could have affected a particular operation or event.

For a reliable system and possibility to watch back and back trace for problems that may occur we need log files, not one but many, for every event in the program we want to watch. That will help us to find problems and solve them quickly.

List of methods/functions:

log this::log();

logToFile this::logToFile();

Info Panel
Roll it!   ⇔