Add Logger data structure#38
Open
willcrichton wants to merge 2 commits into
Open
Conversation
c80c422 to
a8d4a7c
Compare
a8d4a7c to
7e0c591
Compare
7e0c591 to
21c8fc5
Compare
d97cc1a to
55e58de
Compare
21c8fc5 to
53187e5
Compare
55e58de to
d6b5e17
Compare
53187e5 to
507e3f7
Compare
d6b5e17 to
a27c06f
Compare
507e3f7 to
47547c2
Compare
47547c2 to
0e89b4e
Compare
0e89b4e to
a0dd791
Compare
a0dd791 to
bcb975a
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Defines a
chatbot::Loggertype that has two methods:Logger::appendfor adding a message, andLogger::savefor intermittently writing to disk. You can construct a logger viaLogger::default().