wiggle: can swap in tracing for args

This commit is contained in:
Pat Hickey
2020-05-30 19:06:37 -07:00
parent 994104d615
commit f89fc0ac57
6 changed files with 203 additions and 22 deletions

View File

@@ -321,6 +321,7 @@ impl Parse for ErrorConfField {
}
/// Configure logging statements in generated code
#[derive(Debug, Clone)]
pub enum LoggingConf {
Log { cfg_feature: Option<String> },
Tracing,