Details
Description
Now that our codebase is C++11, we can make LogstreamBuilder movable instead of "fake movable" via a special copy constructor. This opens up some interesting possibilities, including making it easier to implement a fatal() log message.