CrLog |
CrLog is an interface for logging to anywhere.
|
CrLogFile |
CrLogFile is an implementation of CrLog which logs to a file.
|
CrLogGlobal |
CrLogGlobal is the global class containing the
vbloglib library's
global procedures and declarations which are specific to the library and
useful to a client.
|
CrLogInteractive |
CrLogInteractive is an implementation of CrLog which logs each entry to
individual dialog windows in real time.
|
CrLogMemory |
CrLogMemory is an implementation of CrLog which logs to memory.
|
CrLogMsEvent |
CrLogMsEvent is an implementation of CrLog which logs to an M$ Event Log.
|
CrLogSyslog |
CrLogSyslog is an implementation of CrLog which logs to a syslog server.
|
CrLogWindow |
CrLogWindow is an implementation of CrLog which logs to a window.
|