IFSMgr_LogEntry(
char * pname,
unsigned long info1,
unsigned long info2,
int sdepth,
unsigned int mask
)
This service makes a log entry in the IFS manager's trace log. The IFS manager keeps a trace log in memory for debugging purposes. The contents of this log can be seen by using the debugger. This service is available only on debug versions of the IFS manager. On the non-debug version, this service returns without doing anything. This service is not available until the IFS manager has finished its Sys_Crit_Init during device initialization.
Log Information Type: | |
Value | Meaning |
---|---|
LOG_MISC | Miscellaneous information. |
LOG_APITRACE | Information about trace APIs. |
LOG_REFS | Information about log reference counts. |
LOG_EVENTS | Information about the event queue. |
LOG_NCBS | Information about NCBs. |
LOG_CACHE | Information about the redirector cache. |
LOG_HEAP | Information about the heap. |
LOG_DATAGRAM | Information about datagram NCBs. |
LOG_VBRNCBS | Information about Vbrowse NCBs. |
LOG_VBRINFO | Other Vbrowse information. |