Pular para o conteúdo principal

Postagens

Mostrando postagens de agosto, 2023

Delphi Exception Logger

Olá pessoal, achei esta unit na internet, e resolvi fazer uma "cópia" do site onde ela estava hospedada. Link original:  http://www.jirihajek.net/delphi/ExceptLog.htm A free exception logging for Delphi with additional information like source files, procedure names, line numbers, exception messages, etc. (c) Jiri Hajek 2003-2005 E-mail:   jh   at   j i r i h a j e k   dot   net Created for  MediaMonkey , a free mp3 jukebox player and music library organizer Purpose: When you include this unit in your project, all exceptions that happens at run-time are automatically logged together with exception message, information about source of the exception and call stack content together with source files and line numbers information. Environment: This unit was tested under Delphi 7, it would probably work under other Delphi versions as well, but it might need some modifications in some magic constants in the code below. Usage: Include this unit in your project. You'll also need an