Update logging to use log, add command line flag to toggle it

This commit is contained in:
Mark McCaskey
2020-01-14 12:35:54 -08:00
parent a8ed5b9d1a
commit 12f7416a85
16 changed files with 160 additions and 61 deletions

View File

@ -12,6 +12,8 @@
#[macro_use]
extern crate wasmer_runtime_core;
#[macro_use]
extern crate log;
use lazy_static::lazy_static;
use std::cell::UnsafeCell;