Processes and Logging

Logging levels and destinations, os_process, sys_process, child I/O, exit codes, and command execution.

Subcategories

Logging 14Processes 26

Reference Pages

log

log is a callable in the Logging group.

os_process->close

os_process->close is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->closeWrite

os_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->detach

os_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->isOpen

os_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->open

os_process->open is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->read

os_process->read is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->readError

os_process->readError is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->readLine

os_process->readLine is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->readString

os_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->setEncoding

os_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.

os_process->write

os_process->write is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->close

sys_process->close is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->closeWrite

sys_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->detach

sys_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->isOpen

sys_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->readString

sys_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->setEncoding

sys_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.

sys_process->testExitCode

sys_process->testExitCode is a member in the Processes group; call it on the receiver shown before the arrow.