NAME
    Log::ger::Format::Sprintfn - Use Text::sprintfn for formatting instead
    of sprintf

VERSION
    version 0.004

SYNOPSIS
     use Log::ger::Format 'Sprintfn';
     use Log::ger;

    After that:

     log_debug 'user is %(username)s, details are %(detail)s',
         {username=>"Foo", detail=>{...}};

    Note that this only has effect in the importing package.

DESCRIPTION
SEE ALSO
    Log::ger

    Text::sprintfn

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.