Don't try to use _CrtDbgReport in the logging framework
authorChristopher Dykes <cdykes@fb.com>
Thu, 15 Jun 2017 23:54:38 +0000 (16:54 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 16 Jun 2017 00:05:33 +0000 (17:05 -0700)
commitcd02eca61a86f1b69023f04a11a1ec62ae4aed51
treecff37a72b48050759884a0b774e41c2ec28a4327
parent19859f96226810883e0f967e49d6d73912ae900d
Don't try to use _CrtDbgReport in the logging framework

Summary: Glog doesn't try to, so there's no real reason to try and be smart. Just do the same thing as every other platform for now until we have reason to do otherwise.

Reviewed By: simpkins

Differential Revision: D5259435

fbshipit-source-id: dcdf55f51f2e13945afd351cb45e9c1a22f56218
folly/experimental/logging/LoggerDB.cpp