A better and more secure console logging experience. Detects and prevents leaking secrets and API tokens into your logs. Install Usage Roadmap Contributing License Install To use log, yarn add @onboardbase/secure-log # npm i @onboardbase/secure-log Usage Import the SecureLog library at the top level of your project. import SecureLog from ‘@onboardbase/secure-log’; new SecureLog(); // For
