Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
warning(3)			 Arcan Lua API			    warning(3)

NAME
       warning - Write a string	to the warning log output.

SYNOPSIS
       nil
       warning(	messagestr, level )

DESCRIPTION
       Log a message to	the current system/debug log, the optional level indi-
       cates severity (default,	0).

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

EXAMPLE
       function	warning0()
	     warning("warning test");
       end

MISUSE
       function	warning0()
	     warning(nil);
       end

system				  April	2025			    warning(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=warning&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help