btroncone / ngrx-store-logger

Advanced logging middleware for @ngrx/store applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We need to start the logging at some condition and not at bootstrap?

Indronil opened this issue · comments

Is there a way to start the logging if the user is set to have permission to do so? I see the logging starts at bootstrap. So need a way to start logging only if a condition is true and it will be an async way of getting that.

Also I need the logging to be saved at the server and not at the web console. Please do add these functionalities to this library.