Write log🔗

Writes a line of text to log. Depending on the operating system and system configuration the line may end up e.g. in an auto-rotated log file, in the standard error output of the process, in Builder console or debugger.

Inputs🔗

  • message: The log message. A log writer may add a newline at the end.

  • logLevel: Log level. Useful in filtering logs.

  • module: User-specified module name. Useful in filtering logs.

enum LogLevel🔗

Log levels.

Values:

enumerator Debug🔗
enumerator Info🔗
enumerator Warning🔗
enumerator Critical🔗
enumerator Fatal🔗