Loggaby

Latest version: v1.1.1

Safety actively analyzes 613544 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.0.0

- (**Breaking Change**) Transports will now receive an `array` of arguments instead of a single `string`, which can either just be `.join()`'d or formatted (`TerminalTransport` does this)

So users can now use formatting like the standard `console.log`:
js
const Loggaby = require('loggaby');
const logger = new Loggaby();

logger.log('Hello %s!', 'World');

2.2.0

- Hex colors for levels
- Strip spaces from level name for function call
- Move examples to separate folder

2.1.0

- Added Custom Levels

2.0.0

- Rewrite and refactor code
- Add transports

1.1.0

- Hex level colors added
- `call` level option

1.0.0

- Initial release of Loggaby-py

Only features custom levels and outputs to console alone.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.