70 #include "vlutil/vlPrint.h"
92 int notifyLevel,
const DtString& prefix,
bool enabled);
DT_DLL_vrfutil void AddAndManagePrinter(DtPrinter *printer)
DT_DLL_vrfutil void AddVrfPrinter(DtPrinter *printer)
DT_DLL_vrfutil DtOutputStream & DtChannelVerbose(const DtString &channel="")
DT_DLL_vrfutil DtOutputStreamBuffer * CreateStreamBuffer()
DT_DLL_vrfutil void SetOcChannelPrototypeEnabled(const DtString &channel, bool enabled)
These settings will be used when a new object console is created. Note that calling this function wil...
DT_DLL_vrfutil bool ChannelIsEnabled(const DtString &channel)
DT_DLL_vrfutil void SetChannelEnabled(const DtString &channel, bool enabled)
DT_DLL_vrfutil void SetChannelLevel(const DtString &channel, int notifyLevel)
DT_DLL_vrfutil void PrintStatus(const DtString &channel="")
Diagnostics.
DT_DLL_vrfutil int NumberOfNotifyLevels()
DT_DLL_vrfutil DtOutputStream & DtChannelWarn(const DtString &channel="")
DT_DLL_vrfutil void DestroyGlobalChannelManager()
Destroy global singleton manager. Not needed for normal operation, main purpose is for memory leak de...
DT_DLL_vrfutil DtOutputStream & DtChannelDebug(const DtString &channel="")
DT_DLL_vrfutil DtOutputStream & DtChannelInfo(const DtString &channel="")
DT_DLL_vrfutil void InitializePrinters()
DT_DLL_vrfutil DtOutputStream & DtChannelError(const DtString &channel="")
The following functions add the ability to send sim console to separate channels, with their own noti...
DT_DLL_vrfutil DtString ChannelPrefix(const DtString &channel)
DT_DLL_vrfutil int ChannelNotifyLevel(const DtString &channel)
DT_DLL_vrfutil void SetChannelSettings(const DtString &channel, int notifyLevel, const DtString &prefix, bool enabled)
A version of DtRwList that contains a homogeneous list of a templated RW type. The templated type spe...
Definition: rwTemplatedList.h:26
DT_DLL_vrfutil DtRwChannelDescriptorList OcChannelPrototypeSettings()
These settings will be used when a new object console is created. Note that calling this function wil...
DT_DLL_vrfutil void SetOcChannelPrototypeSettings(const DtRwChannelDescriptorList &settings)
These settings will be used when a new object console is created. Note that calling this function wil...
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
DT_DLL_vrfutil void RemovePrinter(DtPrinter *printer)