Group
Extension

Matches 2

Mojolicious-Plugin-ChromeLogger ( K/KO/KOORCHIK/Mojolicious-Plugin-ChromeLogger-0.06.tar.gz, KOORCHIK, 2015; MetaCPAN )
Mojolicious-Plugin-ChromeLogger/README.pod ( view source; MetaCPAN )
, stash, session and config to Google Chrome console. Works with all types of responses(including JSON).
To view logs in Google Chrome you should install ChromeLogger extenstion. Logging works only in
Mojolicious-Plugin-ChromeLogger ( K/KO/KOORCHIK/Mojolicious-Plugin-ChromeLogger-0.06.tar.gz, KOORCHIK, 2015; MetaCPAN )
Mojolicious-Plugin-ChromeLogger/lib/Mojolicious/Plugin/ChromeLogger.pm ( view source; MetaCPAN )
ChromeLogger;

use Mojo::Base 'Mojolicious::Plugin';
use Mojo::ByteStream qw/b/;
use Mojo::JSON qw/encode_json/;

our $VERSION = 0.06;

has logs => sub { return [] };

my %types_map = (
    'debug' =>
h @$rows, [[ $main_group ], undef,  'groupEnd'];

            my $json       = encode_json($data);
            my $final_data = b($json)->b64_encode('');
            $c->res->headers->add( 'X-ChromeLo
, stash, session and config to Google Chrome console. Works with all types of responses(including JSON).
To view logs in Google Chrome you should install ChromeLogger extenstion. Logging works only in

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.