GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
warning(3) Arcan Lua API warning(3)

warning - Write a string to the warning log output.

nil
warning( string:message )
warning( string:message, bool:debug )

Log a message to the current system/debug log. If the optional debug argument is set to true, any attached debug monitor will be invoked with the context. This can be used to source-inject breakpoints.

1
Only [a-Z,.0-9] and whitespace characters will be passed to the output log, other characters will be replaced with a whitespace.

function warning0()

warning("warning test"); end

function warning0()

warning(nil); end
July 2025 system

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.