Skip to content

print_log

Declaration

print_log :: fn (format: string, args: ...)

Description

Print debug log using _context.print_log_fn function.

Arguments

  • format Formating string accepting % character as value placeholder.
  • args Optional values passed in order which is supposed to be printed out.

Declared in: debug.bl