log multimethod
Methods
- log(s:Str) Source: stdlib.ngs:5480
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)
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)
Formats and logs message s for resource r. Parameters
method the name of calling method which also goes to the formatted message.