mirror of
https://github.com/openharmony/third_party_rust_log.git
synced 2026-07-21 07:05:23 -04:00
Merge pull request #304 from svenstaro/patch-1
Add comma to make parsing this easier
This commit is contained in:
@@ -62,7 +62,7 @@ pub fn shave_the_yak(yak: &mut Yak) {
|
||||
|
||||
## In executables
|
||||
|
||||
In order to produce log output executables have to use a logger implementation compatible with the facade.
|
||||
In order to produce log output, executables have to use a logger implementation compatible with the facade.
|
||||
There are many available implementations to chose from, here are some of the most popular ones:
|
||||
|
||||
* Simple minimal loggers:
|
||||
|
||||
Reference in New Issue
Block a user