darekf77 / ng2-logger

Isomorphic logger for Browser and NodeJS, ( typescript / javascript ) apps
MIT License
61 stars 17 forks source link

Typo in "onlyLevel" #40

Closed CarstenLeue closed 5 years ago

CarstenLeue commented 6 years ago

I think that instead of

if (Log._logOnly) Log._logOnly = true;

if should read

if (!Log._logOnly) Log._logOnly = true;
darekf77 commented 5 years ago

yes ! you right... thanks

it is fixed in version 2.0.40