NAME
    Log::ger::Output::LogAny - Send logs to Log::Any

VERSION
    version 0.009

SYNOPSIS
     use Log::ger::Output 'LogAny';
     use Log::ger;

     log_warn "blah ...";

DESCRIPTION
TODO
    Can we use B::CallChecker to replace log_XXX calls directly, avoiding
    extra call level?

SEE ALSO
    Log::Any

AUTHOR
    perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2020, 2017 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.