Tracey is a free application whose purpose is to help with log file monitoring and analysis. It provides viewing and monitoring features for multiple files simultaneously, plus on the fly filtering. Tracy is not a text editor, but a log viewer, designed to handle very large files in an efficient way. For this reason, the editing features are disabled. This also helps preventing the accidental damaging of the original files.

While it is possible to load large files entirely into memory, this becomes unfeasable past several GBs, due to the high amount of memory needed and increased loading times. Tracy provides ways of opening only parts of the file, either by file position or line number, allowing working with very large files which cannot be opened with standard text editors.

Tracy provides filtering using logical operators, which can be combined with regular expressions or wildcards. This make even the most complicated search conditions easy to create and understand.

MIT License

Copyright (c) 2019 Claudiu Arseniu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.