[← Utils](../README.md) # 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](../FA/README.md)) rather than used directly.