MQLArticles/Utils/LogFile
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-06 11:15:27 -05:00
..
LogDef.mqh new files added 2026-08-28 17:55:58 -05:00
LogNode.mqh new files added 2026-08-28 17:55:58 -05:00
LogParse.mqh new files added 2026-08-28 17:55:58 -05:00
README.md new files added 2026-09-06 11:15:27 -05:00

← 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.