Skip to content

_PrintLogFn

Declaration

_PrintLogFn :: * fn (kind: PrintLogKind, format: string, args: []Any, file: string, line: s32)

Description

Type of print log function.

Arguments

  • kind Kind of report message.
  • format Format string.
  • args Slice of arguments.
  • file Call side filename.
  • line Call side line in source file.

Declared in: basic.bl