print_warn
Declaration
print_warn :: fn (format: string, args: ...)
Description
Print debug warning using _context.print_log_fn function.
Arguments:
formatFormating string accepting '%' character as value placeholder.argsOptional values passed in order which is supposed to be printed out.
Declared in: debug.bl