NAME
    Log::ger::LogException - Log warn()/die()

VERSION
    version 0.003

SYNOPSIS
     use Log::ger::LogException;

     warn "blah ..."; # "blah ..." will be logged as well as printed to stderr
     die  "argh ..."; # "argh ..." will be logged as well as printed to stderr, then we die

DESCRIPTION
SEE ALSO
AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2018 by perlancar@cpan.org.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.