_LOGWARN

From QB64 Phoenix Edition Wiki
Revision as of 05:58, 4 December 2024 by Offbyone (talk | contribs) (Created page with "{{DISPLAYTITLE:_LOGWARN}} The _LOGWARN statement writes a log message at the Warning level. {{PageSyntax}} : _LOGWARN {{Parameter|message}} {{PageParameters}} * {{Parameter|message}} is a string to write to the log output. {{PageDescription}} See the page on the Logging system for more detailed usage information. {{PageAvailability}} <!-- QB64 = a version or none, QBPE = a version or all, Platforms = yes or no --> <gallery widths="48px" heights="48px" mod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _LOGWARN statement writes a log message at the Warning level.

Syntax

_LOGWARN message

Parameters

  • message is a string to write to the log output.

Description

See the page on the Logging system for more detailed usage information.

Availability

Examples

Example 1
Writes a log message at the Warning level
_LOGWARN "This is a log message"
_LOGWARN "a= " + STR$(a)

See also


Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link