scriptine.log – simple logging for commands

Module Contents

Calling shell commands

scriptine.log.mark(msg, *args)

log a process step

scriptine.log.info(msg, *args)

log an info message

scriptine.log.warn(msg, *args)

log a warning message

scriptine.log.error(msg, *args)

log an error message

scriptine.log.fatal(msg, *args)

log an error message and abort the script

scriptine.log.debug(msg, *args)

log a debug message

Table Of Contents

Previous topic

scriptine.command – run scripts with commands

Next topic

scriptine.path – work with files and directories

This Page