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

Add examples for custom format and logger impls #27

Merged
merged 1 commit into from Oct 17, 2017

Conversation

Projects
None yet
2 participants
@KodrAus
Copy link
Collaborator

KodrAus commented Oct 16, 2017

I think it would be good for use to build up a set of complete cargo examples. Here I've added two:

  • Creating a custom logger (maybe we should make this one write to an in-memory Vec<String> or something?)
  • Setting a custom format

These seem like good ones to start with because they use some new APIs we've introduced. We can use them to drive any changes we want to make to those APIs to make them a bit more ergonomic.

@KodrAus

This comment has been minimized.

Copy link
Collaborator Author

KodrAus commented Oct 16, 2017

@jimmycuadra

This comment has been minimized.

Copy link
Contributor

jimmycuadra commented Oct 17, 2017

Nice additions!

@KodrAus KodrAus merged commit fdd248a into master Oct 17, 2017

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@KodrAus KodrAus deleted the chore/custom_examples branch Oct 17, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.