583 o
583 o
Utils/LogFile
File logging system, with parsing of previously written log files and configurable verbosity levels.
Main features
- Log level definitions shared across the ecosystem (
LogDef.mqh). - Log node structure used to build/write log entries (
LogNode.mqh). - Log file parser to re-read and process already-written logs (
CLogFileParseinLogParse.mqh).
This module is currently a thin/base layer — most of its logging primitives are consumed internally by other modules (see Utils/FA) rather than used directly.