Browse Source

Default srgument to structured logger to fix build.

cl-refactor
Gav Wood 10 years ago
parent
commit
0f496a04bc
  1. 2
      libdevcore/StructuredLogger.h

2
libdevcore/StructuredLogger.h

@ -47,7 +47,7 @@ public:
* http://en.cppreference.com/w/cpp/chrono/c/strftime
* with which to display timestamps
*/
void initialize(bool _enabled, std::string const& _timeFormat, std::string const& _destinationURL);
void initialize(bool _enabled, std::string const& _timeFormat, std::string const& _destinationURL = "");
static StructuredLogger& get()
{

Loading…
Cancel
Save