Changeset 144 in pacpusframework for branches/2.0-beta1/src/PacpusLib/Log.cpp
- Timestamp:
- Jul 30, 2013, 6:20:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/Log.cpp
r143 r144 126 126 logging::core::get()->add_sink(sink); 127 127 128 BOOST_LOG_TRIVIAL(info) << "logger initialised";128 LOG_INFO("logger initialised"); 129 129 } 130 130
Note:
See TracChangeset
for help on using the changeset viewer.