crloglib

crloglib


Free Log Library Version: 0.9.0  (http://vbloglib.sourceforge.net/)
(c) 2000-2002 Craig Rindy 


Log library
GUIDName
{00020430-0000-0000-C000-000000000046}OLE Automation
{77BAEC1A-22CE-4BCE-AD79-CE132F2680CA}Craigs Free General Library for M$VB

crloglib

Classes:

 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.