Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Simple log system #67

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Simple log system #67

merged 2 commits into from
Oct 23, 2023

Conversation

electron271
Copy link
Member

This adds a very simple log system using macros

log!("This is a test log message");
warn!("This is a test warning message");
error!("This is a test error message");

@electron271
Copy link
Member Author

image

@electron271 electron271 self-assigned this Oct 23, 2023
@electron271 electron271 added the enhancement New feature or request label Oct 23, 2023
src/main.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@SatoTsukasaCode SatoTsukasaCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@SatoTsukasaCode SatoTsukasaCode merged commit 73bfdf7 into main Oct 23, 2023
4 checks passed
@SatoTsukasaCode SatoTsukasaCode deleted the log-system branch October 23, 2023 19:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants