pymhf.core.log_handling module#

pymhf.core.log_handling.open_log_console(log_script: str, log_dir: str, name_override: str = 'pymhf console') int | None#

Open the logging console and return the pid of it.

Parameters:
  • log_script – Path to the logging script to be run.

  • log_dir – Path where the log files will be written to.

  • name_override – Name to override the default “pymhf console” window title.

class pymhf.core.log_handling.stdoutSocket(connection: Connection)#

Bases: object

flush()#
write(val)#