application: Set up a Logger instance.
authorTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 11:05:07 +0000 (12:05 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Thu, 9 Jan 2020 20:00:04 +0000 (21:00 +0100)
This also passes a mutable Logger reference to Shell::update()
since we no longer can pass another mutable Storage reference to it:
doing so would break the requirement of only having one
mutable reference to any instance at any time, and Logger requires
a mutable storage reference, too.


No differences found