Cutelog

Latest version: v2.2.0

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

Scan your dependencies

2.2.0

_Changed_:

* Improved file loading - support loading streamed JSON objects

2.1.0

_Added_:
* Word wrapping for showing long record messages
* Command line arguments to override all available settings (see `--help`)
* Positional command line argument to load saved log files

_Changed_:
* Records are now sorted by time. You can bring back the original insertion order with ` --sort_by_time false`

2.0.0

Due to major changes, this version might break some things, both intentionally and not. Reasoning for the changes I'll include after the changelog.
___
_Added_:
* PySide2 is now supported alongside PyQt5 via the [QtPy abstraction layer](https://github.com/spyder-ide/qtpy). PyQt5 is still the default, at least until PySide2 becomes fully stable
* Presets for levels, with behavior similar to header presets
* Time field formatting (can be configured in the appearance settings)
* Saving and loading records into files, encoded/decoded with JSON
* **Support for non-Python clients**:
* [Extra fields mode](https://github.com/Busimus/cutelog/wiki/Creating-a-client-for-cutelog#extra-mode)
* [Multiple serialization formats](https://github.com/Busimus/cutelog/wiki/Creating-a-client-for-cutelog#serialization-formats) (can set the default in the server settings)
* [Internal commands](https://github.com/Busimus/cutelog/wiki/Creating-a-client-for-cutelog#internal-commands) to manage certain options

_Removed_:
* Level numbers
* Ability to change the level name in level editor

_Changed_:
* Rearranged the menu bar and the settings a bit
* Many other small things
___
Right after releasing this program I stopped using Python as much as I used to and started writing a lot of Go. I began to miss this program while working on Go projects. So I had to make some changes to allow for more generic logging without the need for clients to imitate Python's logging module 1-to-1.

The result of this effort is that now it's possible to use cutelog as output for log records from any language. Information on how to do that can be found [here](https://github.com/Busimus/cutelog/wiki/Creating-a-client-for-cutelog).

Also I created [gocutelog](https://github.com/busimus/gocutelog), a small Go package that acts as a bridge between existing Go logging libraries and cutelog.

1.1.9

Changes:
* Made socket listener more robust (6)

1.1.8

Changes:
* Fixed namespace multiselection (5).

1.1.7

* Add ability to create and load header presets.
* Add ability to create custom columns for the header.
* Changed UI to be more resizeable and flexible (by Thomas Hess).
* Probably other stuff.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.