open-zwave/cpp
glsatz bcb3b708b8 Patch from Justin Hammond <justin@dynam.ac>:
This first one is to allow you to Specify your own custom logging Class
implemented via replacing the Platform Log class. Simply it just replaces
the existing Platform Log Class in the m_pImpl  variable (in the Log Class)
with the supplied Class instead. . There is also a Abstract Class called
i_LogImpl that your custom logging must be based on. 

The reason I've had to implement this, is that the device that will end up
hosting the application is based on Flash Storage, and I don't want to wear
out my Flash. My Current Logging infra is based on Log4cxx which can stream
Logs over the network instead (via Syslog, XML etc)
2011-10-26 05:44:38 +00:00
..
build Added support for MinGW compiler. MinGW is a minimalist GNU compiler for Windows. 2011-09-28 15:45:53 +00:00
examples Add promiscuous message handling but left commented out. 2011-08-16 20:25:14 +00:00
hidapi Add promiscuous message handling but left commented out. 2011-08-16 20:25:14 +00:00
src Patch from Justin Hammond <justin@dynam.ac>: 2011-10-26 05:44:38 +00:00
tinyxml Misc grammar fixes. 2011-08-16 16:28:23 +00:00