Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it? #1

Open
LIHU577 opened this issue Jul 26, 2022 · 2 comments
Open

How to use it? #1

LIHU577 opened this issue Jul 26, 2022 · 2 comments

Comments

@LIHU577
Copy link

LIHU577 commented Jul 26, 2022

Hi,I’m looking for a log , you make a great job . but how
to use it ,I would appreciate it if you can write some sample.
such as
image
what [format] and [...]should be like, I'm a little confuse

@kunaltyagi
Copy link
Owner

format is the printf string you'd use if you were using printf instead. Eg:

printf("%s: %f", name, length);
LOG_DEBUG("%s: %f", name, length);

@kunaltyagi
Copy link
Owner

Feel free to create a PR to improve the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants