Skip to content

ConsoleLogger v0.0.23

Choose a tag to compare

@OmarIskandarani-KSO OmarIskandarani-KSO released this 08 Apr 16:13
· 83 commits to master since this release

Build Console Logger JetBrains Plugin

CTRL + ALT + (1-9) for console.logs

Defaults: May need personal adjustments in settings.
( 1 ) = console.log('$$: ', $$);
( 2 ) = console.log('%c ---> $$: ','color:#0F0;', $$);

$$ = pre-selected variable / class / anything printable
%c = Console text color

( 0 ) = remove all loggers (unedited)

Example of ConsoleLogger

Consider this code

Ctrl + Alt + 1

on this.some_return_function(variable)

Which will show in console

The toolwindow to adjust the loggers

Remove all loggers

(CTRL + ALT + 0)

This is an educational project, still usefull for many developers.
This project is heavily based on LogIt by Laurent Soulet & I Love DevToys by vshymanskyy