Skip to content

bewillcott/my_project

Repository files navigation

My Project

This project exists as a test bed for the FLogging Guide's example code.

You can also use it as a reference for your own customization of the Flogging crate.

Note

The layout is only a suggestion, and not a requirement. The custom files can be stored anywhere within your project.

Multiple Branches

This project has been saved with multiple branches. This is to hopefully provide more than one example within the same project.

The master branch just holds the common project related files.

The Usage_Macros branch is an example using the macros in flogging.

The Idea branch is an example of using a global DEBUG_LEVEL setting, to control all, or most, mod/file level loggers.

The Usage_Methods branch is an example using the methods in flogging.

The Usage_Hybrid branch is an example of combining the benefits of both macros and methods.

The Custom branch is an example using both the macros and methods in flogging. In addition, it demonstrates the final code developed in the customization part of the FLogging Guide.

About

This project exists as a test bed for the FLogging Guide's example code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published