log multimethod
Methods
- log(s:Str) Source: stdlib.ngs:3770
Log to standard error. Later log output will be treated specially by the shell. It will have suitable representation in the UI. Use log() when it's semantically a log.
- log(rd:ResDef, method:Str, s:Str) Source: autoload/Res.ngs:42
Formats and logs message s for resource definition rd. Parameters
method the name of calling method which also goes to the formatted message.
- log(r:Res, method:Str, s:Str) Source: autoload/Res.ngs:132
Formats and logs message s for resource r. Parameters
method the name of calling method which also goes to the formatted message.