MQLArticles/Utils/LogFile/README.md
2026-09-06 11:15:27 -05:00

583 o

← Utils

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 (CLogFileParse in LogParse.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.