boost::log::add_common_attributes — Simple attribute imitialization routine.
// In header: <boost/log/utility/init/common_attributes.hpp> template<typename CharT> void add_common_attributes();
The function adds commonly used attributes to the logging system. Specifically, the following attributes are registered globally:
LineID - logging records counter with value type unsigned int
TimeStamp - local time generator with value type boost::posix_time::ptime
ProcessID - current process identifier with value type attributes::current_process_id::held_type
ThreadID - in multithreaded builds, current thread identifier with value type attributes::current_thread_id::held_type