Updated the LOG, WARNING and ERROR macros' documentation...
...since the 'notifs' logdomain has been replaced with 'wml'.
This commit is contained in:
parent
171b224422
commit
db120a6d4e
1 changed files with 6 additions and 6 deletions
|
@ -444,9 +444,9 @@
|
|||
#enddef
|
||||
|
||||
#define LOG TEXT
|
||||
# Logs a message to console. It does nothing unless the 'notifs'
|
||||
# Logs a message to console. It does nothing unless the 'wml'
|
||||
# log domain is set to log level at application startup (usually with
|
||||
# --log-info=notifs).
|
||||
# --log-info=wml).
|
||||
#
|
||||
# Example:
|
||||
# ! {LOG "player moved to forbidden location"}
|
||||
|
@ -457,9 +457,9 @@
|
|||
#enddef
|
||||
|
||||
#define WARNING TEXT
|
||||
# Logs a warning to console. It does nothing unless the 'notifs'
|
||||
# Logs a warning to console. It does nothing unless the 'wml'
|
||||
# log domain is set to warning level at application startup (usually with
|
||||
# --log-warning=notifs).
|
||||
# --log-warning=wml).
|
||||
#
|
||||
# Example:
|
||||
# ! {WARNING "malformed unit data"}
|
||||
|
@ -470,9 +470,9 @@
|
|||
#enddef
|
||||
|
||||
#define ERROR TEXT
|
||||
# Logs an error to console. It does nothing unless the 'notifs'
|
||||
# Logs an error to console. It does nothing unless the 'wml'
|
||||
# log domain is set to error level at application startup (usually with
|
||||
# --log-error=notifs), which is the default.
|
||||
# --log-error=wml), which is the default.
|
||||
#
|
||||
# Example:
|
||||
# ! {ERROR "could not respawn hero at 2,4"}
|
||||
|
|
Loading…
Add table
Reference in a new issue