Logging levels and destinations, os_process, sys_process, child I/O, exit codes, and command execution.
log is a callable in the Logging group.
Logs unconditionally.
Logs a critical message.
Logs deprecation information.
log_destination_console is a callable in the Logging group.
log_destination_database is a callable in the Logging group.
log_destination_file is a callable in the Logging group.
Logs detail information.
log_level_critical is a callable in the Logging group.
log_level_deprecated is a callable in the Logging group.
log_level_detail is a callable in the Logging group.
log_level_warning is a callable in the Logging group.
Sets log destination.
Logs a warning.
Runs an operating system process.
os_process->close is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->open is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->read is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readError is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readLine is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.
os_process->write is a member in the Processes group; call it on the receiver shown before the arrow.
Runs a system process with pipe access.
sys_process->close is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->closeWrite is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->detach is a member in the Processes group; call it on the receiver shown before the arrow.
Returns child exit code.
sys_process->isOpen is a member in the Processes group; call it on the receiver shown before the arrow.
Opens a child process.
Reads child stdout bytes.
Reads child stderr bytes.
sys_process->readString is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->setEncoding is a member in the Processes group; call it on the receiver shown before the arrow.
sys_process->testExitCode is a member in the Processes group; call it on the receiver shown before the arrow.
Waits for child process exit.
Writes to child stdin.