HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_UniversalLogSubprocessSource Class Reference

#include <UT_UniversalLogSubprocessSource.h>

+ Inheritance diagram for UT_UniversalLogSubprocessSource:

Public Member Functions

 UT_UniversalLogSubprocessSource ()
 
 ~UT_UniversalLogSubprocessSource () override
 
- Public Member Functions inherited from UT_UniversalLogSource
void sendToSinks (const UT_UniversalLogEntry &entry)
 Sends a message to our associated log sinks. More...
 

Static Public Member Functions

static const UT_StringHolderstaticName ()
 
static UT_UniversalLogSubprocesscreateSubprocess (const UT_StringHolder &cmd, FILE *subproc_stdout)
 
static void startLogging (UT_UniversalLogSubprocess &subprocess, int pid, const UT_StringHolder &identifier)
 

Additional Inherited Members

- Protected Member Functions inherited from UT_UniversalLogSource
 UT_UniversalLogSource ()
 
virtual ~UT_UniversalLogSource ()
 
 UT_UniversalLogSource (const UT_UniversalLogSource &)=delete
 
UT_UniversalLogSourceoperator= (const UT_UniversalLogSource &)=delete
 
- Protected Attributes inherited from UT_UniversalLogSource
UT_Lock mySinksLock
 
UT_Array< UT_UniversalLogSink * > mySinks
 

Detailed Description

A log source for collecting data printed to stdout or stderr from another process launched by Houdini.

Definition at line 46 of file UT_UniversalLogSubprocessSource.h.

Constructor & Destructor Documentation

UT_UniversalLogSubprocessSource::UT_UniversalLogSubprocessSource ( )
UT_UniversalLogSubprocessSource::~UT_UniversalLogSubprocessSource ( )
override

Member Function Documentation

static UT_UniversalLogSubprocess* UT_UniversalLogSubprocessSource::createSubprocess ( const UT_StringHolder cmd,
FILE *  subproc_stdout 
)
static
static void UT_UniversalLogSubprocessSource::startLogging ( UT_UniversalLogSubprocess subprocess,
int  pid,
const UT_StringHolder identifier 
)
static
static const UT_StringHolder& UT_UniversalLogSubprocessSource::staticName ( )
static

The documentation for this class was generated from the following file: