This commit respresents the main simplification to the CASTOR logging facility.
The castor::log::Param class simply contains an std::string name and an std::string value. The new templated constructor of the Param class uses std::ostringstream to convert a non-string value to a string one.