.. _PrintLogFn: PrintLogFn ========== .. code-block:: bl PrintLogFn :: *fn (kind: PrintLogKind, file: string, line: s32, format: string, args: ...) Type of print log function. Arguments --------- * `kind` Kind of report message. * `format` Format string. * `args` Additional arguments. * `file` Call side filename. * `line` Call side line in source file. *Declared in: a.bl*