Skip to content
forked from glennsl/timber

Opinionated logging framework based on @dbuenzli/logs

License

Notifications You must be signed in to change notification settings

revery-ui/timber

This branch is 2 commits ahead of glennsl/timber:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 19, 2020
f4c40ee · Oct 19, 2020

History

41 Commits
Jan 22, 2020
Oct 19, 2020
Oct 19, 2020
Oct 19, 2020
Mar 6, 2020
Jan 23, 2020
Jan 11, 2020
Feb 26, 2020
Jan 19, 2020
Jan 12, 2020
Oct 19, 2020
Feb 26, 2020

Repository files navigation

timber

Opinionated logging framework based on @dbuenzli/logs

Screenshot

Features

  • Colorized output (except on Windows, because Windows)
  • Namespaces, filterable and colorized by hash
  • Delta timestamp showing time since previous message
  • Console and file reporter out-of-the-box
  • TRACE level
  • Very simple API

Example

Timber.App.enable();
Timber.App.setLevel(Timber.Level.debug);
Timber.App.setLogFile("test.log");

module Log = (val Timber.Log.withNamespace("Timber"));

Log.trace("This won't be logged");

Log.infof(m => m("Formatting and lazy evaluation %i", Random.int(100)));

Log.error("Something went horribly wrong!");

About

Opinionated logging framework based on @dbuenzli/logs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Reason 84.8%
  • C++ 11.2%
  • C 4.0%