logging: add GlogStyleFormatter
authorAdam Simpkins <simpkins@fb.com>
Thu, 15 Jun 2017 18:03:58 +0000 (11:03 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 15 Jun 2017 18:06:06 +0000 (11:06 -0700)
commit48b88f01eea69670925b0fac831fee553c5c2c18
tree42f266dd4120b3d327da66198f306c9d16dc3aa6
parent82b71ca37d76487b5ee0b0e517576f6111d1d3ea
logging: add GlogStyleFormatter

Summary:
Add a LogFormatter implementation that logs messages using a similar format to
the glog library.

Reviewed By: wez

Differential Revision: D5083108

fbshipit-source-id: 75f0a6b78ce5406b4557d6c4394f033d5e019f71
CMakeLists.txt
folly/Makefile.am
folly/experimental/logging/GlogStyleFormatter.cpp [new file with mode: 0644]
folly/experimental/logging/GlogStyleFormatter.h [new file with mode: 0644]
folly/experimental/logging/Makefile.am
folly/experimental/logging/test/GlogFormatterTest.cpp [new file with mode: 0644]