-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(template): fix log macros (#1298)
Description --- fixes `info!`, `warn!` and `error!` macros compile errors Support "inline" syntax for macros `info!("format {this}")` Motivation and Context --- Uses publicly-accessible modules in the macro-generated code. How Has This Been Tested? --- Added log calls to access rules unit tests What process can a PR reviewer use to test or verify this change? --- Use the log macros in templates Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
3 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.