[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
Some simple changes to make our logging a bit less ad hoc. This allows us to
use standard logging level for each message (debug/info/warn/error)
filter levels based on the build
not have to include the tag in each message
create new Logger instances with different tags
I'm also not a fan of the current "lol" tag since it has no meaning, but we can fix that separately. This at least sets the foundation so we can change that default tag easily.
Some simple changes to make our logging a bit less ad hoc. This allows us to
Logger
instances with different tagsI'm also not a fan of the current "lol" tag since it has no meaning, but we can fix that separately. This at least sets the foundation so we can change that default tag easily.