[pdal-commits] [PDAL/PDAL] 3c250c: logging system for pipelines.
Logging cannot curre...
noreply at github.com
noreply at github.com
Mon Oct 17 12:47:32 EDT 2011
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 3c250c12313c2107d9dbe70101f7cd52e4ce775e
https://github.com/PDAL/PDAL/commit/3c250c12313c2107d9dbe70101f7cd52e4ce775e
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M include/pdal/StageBase.hpp
M src/StageBase.cpp
Log Message:
-----------
logging system for pipelines. Logging cannot currently happen in pipeline constructors, and can only happen after initialize() has started the log. Files or stderr/stdout/stdlog can be used in the <Option name="log"/>
Commit: c9a6f9f192a9cefb9211f573cd2e8da4c5401c61
https://github.com/PDAL/PDAL/commit/c9a6f9f192a9cefb9211f573cd2e8da4c5401c61
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M src/drivers/las/Writer.cpp
M src/drivers/oci/Iterator.cpp
M src/drivers/qfit/Reader.cpp
M test/data/pipeline/qfit-to-las.xml
Log Message:
-----------
start using our fancy new logging system
Compare: https://github.com/PDAL/PDAL/compare/6e7c6f7...c9a6f9f
More information about the pdal-commits
mailing list