End-to-end encrypted application logging, made easy.
RegEx allows you to specify very precise patterns to match, so you can easily find exactly what you are looking for in your logs. This is particularly useful when you are dealing with large log files and need to filter out irrelevant information.
Create as many projects as you'd like - with each project having the ability to have it's own encryption password. This allows for great finetuning.
import { Frog } from '@shark0f/frog';
const frog = new Frog({ apiKey: 'abc...', password: 'abc...' });
const log = new frog.Area('sign_up');
log.info('A new user signed up! Their email is', user.email);
We currently offer a feature-rich Node.js package with more SDKs to follow.