All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:25, 4 December 2024 Offbyone talk contribs created page LOGMINLEVEL (Created page with "{{DISPLAYTITLE:_LOGMINLEVEL}} The _LOGMINLEVEL function returns the current minimum logging level that is being output. {{PageSyntax}} : {{Parameter|level&}} = _LOGMINLEVEL {{PageDescription}} The purpose of _LOGMINLEVEL is to allow programs to skip generating expensive logging if that logging would not be output anywhere. For example, you may have a very large array of integers that you want to log fairly often - generating the strings of the log messages...")
  • 05:58, 4 December 2024 Offbyone talk contribs created page LOGWARN (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...")
  • 05:57, 4 December 2024 Offbyone talk contribs created page LOGTRACE (Created page with "{{DISPLAYTITLE:_LOGTRACE}} The _LOGTRACE statement writes a log message at the Trace level. {{PageSyntax}} : _LOGTRACE {{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" mo...")
  • 05:53, 4 December 2024 Offbyone talk contribs created page LOGERROR (Created page with "{{DISPLAYTITLE:_LOGERROR}} The _LOGERROR statement writes a log message at the Error level with an accompanying stacktrace. {{PageSyntax}} : _LOGERROR {{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. Log messages at the Error level include a stacktrace at the point of the log statement which lists the subs and...")
  • 05:35, 4 December 2024 Offbyone talk contribs created page LOGINFO (Created page with "{{DISPLAYTITLE:_LOGINFO}} The _LOGINFO statement writes a log message at the Information level. {{PageSyntax}} : _LOGINFO {{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"...")
  • 05:33, 4 December 2024 Offbyone talk contribs created page Logging (Created page with "'''QB64-PE''' starting in '''v4.0.0''' includes built-in logging support, allowing you to capture and display logging from '''QB64-PE''' programs. This includes both logging from QB64-PE internals ("libqb") and the program itself (via the provided statements). {| align="right" style="max-width:25%;" | __TOC__ |} == Purpose == == Usage == == IDE == == Scopes == == Environment Variables == == Stacktrace == == Examples ==")
  • 07:44, 6 January 2023 Offbyone talk contribs created page STATUSCODE (Created page with "{{DISPLAYTITLE:_STATUSCODE}} '''_STATUSCODE''' gives the HTTP status code of an HTTP response that was opened using _OPENCLIENT. {{Text|'''HTTP functionality is current unstable, and requires $UNSTABLE:HTTP to be able to use.'''|red}} {{PageSyntax}} : ''_STATUSCODE''({{Parameter|Handle}}) {{PageParameters}} * {{Parameter|Handle}} is the handle returned from _OPENCLIENT when making an HTTP request. {{PageDescription}} '''_STATUSCODE''' is used to get the H...")
  • 07:44, 6 January 2023 Offbyone talk contribs created page GET (HTTP statement) (Created page with "{{DISPLAYTITLE:GET (HTTP Statement)}} '''GET''' reads the response of an HTTP request that was opened using _OPENCLIENT. {{Text|'''HTTP functionality is current unstable, and requires $UNSTABLE:HTTP to be able to use.'''|red}} {{PageSyntax}} : ''GET'' #{{Parameter|Handle}}, , {{Parameter|String}} : ''GET'' #{{Parameter|Handle}}, , {{Parameter|Fixed-Length-Variable}} {{PageParameters}} * {{Parameter|Handle}} is the handle returned from _OPENCLIENT when maki...")
  • 14:53, 11 September 2022 Offbyone talk contribs created page $MIDISOUNDFONT (Added documentation of new $MIDISOUNDFONT metacommand)
  • 14:45, 11 September 2022 Offbyone talk contribs created page $UNSTABLE (Added documentation of new $UNSTABLE metacommand)
  • 23:40, 10 May 2022 User account Offbyone talk contribs was created