4.11.4 Printing messages
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Built-in Predicates
        • Exception handling
          • Printing messages
            • print_message/2
            • print_message_lines/3
            • message_hook/3
            • thread_message_hook/3
            • message_property/2
            • message_line_element/2
            • message_prefix_hook/2
            • message_to_string/2
            • version/0
            • version/1
            • Printing from libraries
    • Packages
thread_message_hook(+Term, +Kind, +Lines)
As message_hook/3, but this predicate is local to the calling thread (see thread_local/1). This hook is called before message_hook/3. The `pre-hook' is indented to catch messages they may be produced by calling some goal without affecting other threads.