# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Debug messages, write to debug logs only by logutils.Debug.
Only not hidden from user errors: whole program failing, usually error logging happens in 1-2 places: in the "main" function.
Information messages, don't write too much messages, only useful ones: they are shown when running with -v.
Hidden errors: non critical errors: work can be continued, no need to fail whole program; tests will crash if any warning occurred.
# Interfaces
No description provided by the author