|
SmartInspect 1.3 released
We are happy to announce the release of SmartInspect 1.3 - a new version of the advanced logging tool for debugging and monitoring .NET, Java and Delphi applications. This release includes major new features like full log level support in all three libraries, Borland Developer Studio 2006 support (including Delphi 2006), code templates and snippets for popular IDEs and many more.
NEW: Full log level support
Beginning with SmartInspect 1.3, all three SmartInspect libraries have full log level support. This enables developers to group log entries into log levels to selectively enable or disable an entire group of log entries at once. It is possible, for example, to log only errors or to increase the log level to debug or verbose levels. Additionally, the newly added log entry types allow filtering of certain log levels in the SmartInspect Console.
NEW: Borland Developer Studio 2006 support
SmartInspect 1.3 introduces full support for Borland Developer Studio 2006 (Delphi for Win32 and all .NET personalities). Besides new binaries for the SmartInspect Delphi library, the new SmartInspect version contains live templates, project files and automated library integration for the Borland Developer Studio 2006 IDE.
NEW: Code templates and snippets for popular IDEs
The new SmartInspect release includes code templates and snippets for a variety of IDEs. Code templates and snippets are a great assistance and time-saver when instrumenting applications with SmartInspect statements. SmartInspect 1.3 provides templates and snippets for the following IDEs:
* Borland Delphi 7, 8 and 2005
* Borland Developer Studio 2006
* Eclipse 3.0 and 3.1
* Microsoft Visual Studio 2005
MORE FEATURES AND BUG FIXES
Make sure to check out the other new features and bug fixes like the new LogColored method, the Reload Last Log File functionality, the new filter event and more: http://www.gurock.com/products/smartinspect/whatsnew/
ABOUT SMARTINSPECT
SmartInspect is an advanced logging tool for debugging and monitoring .NET, Java and Delphi applications. It helps you to identify bugs, find solutions to customer problems and gives you a clear understanding of how your software works in different environments and under different circumstances.
Learn more:
http://www.gurock.com/products/smartinspect/
What's new:
http://www.gurock.com/products/smartinspect/whatsnew/
Download:
http://www.gurock.com/downloads/
For customers:
http://my.gurock.com/
If you have any question about Gurock Software, SmartInspect or this announcement, do no hesitate to contact us.
Kind regards,
Dennis Gurock
Gurock Software GmbH
http://www.gurock.com/
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- COMPILING APPS FOR NON-INTEL PROCESSORS (2001-03-13 13:08:46)Yeah it would be nice. I have had several people request Mac versions of our software.
- HOW WM_KEYDOWN WORKS...? (2001-03-21 12:35:55)When you send WM_CHAR, it's something like WM_KEYDOWN then WM_KEYUP... When you only send WM_KEYDOWN, the edit box "think" the key hasn't been...
- SHOWING ENTIRE KEY COMBINATION? (2001-03-22 02:25:43)Here probably better way... Following code is the component which hooks all keypresses in entire application and let to handle them in...
- IS IT POSSIBLE TO MODIFY A COMPILED EXE ? (2001-04-05 10:59:50)There are patch makers available. You can probably find something on www.shareware.com
I have never used one but I believe the idea is that you...
- HOW I CAN LOOK ON THE FLY IF IF THE LEFT MOUSE BUTTON IS DOWN. (2001-04-18 04:48:09)Thank you !
Here is a sample code :
procedure TForm1.Button1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y:...
- DELPHI 6? (2001-04-20 04:08:15)Hi.I had asked John Kaster about it and he told me that it would be released on the second semester of this year.
Regards,
Eduardo Tavares...
- MOUSE STATE IN A WHILE LOOP (2001-05-08 06:50:46)Steps as follows:
1. Declare a private member field FIsMouseDown : boolean, and set this to FALSE in the FormCreate.
2. In the OnMouseDown event...
|