Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.286 Times

Debug Logging software
Filter: All | Freeware | Demo
 

Debug Logging

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 873

How to disable debug logging in release version When you release your program to client, its a good idea to disable all the debug messages. It is possible via custom configuring debug levels at all modules, but may be implemented using a simple wrapper around logging.getnted usinfunction. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 460

Remote Debugging Information Server Debugging server allowing remote debug logging and access to the information via a web based interface. Platforms: Windows, Mac, Linux

License: Freeware Size: 41.85 KB Download (50): Remote Debugging Information Server Download

Released: May 22, 2017  |  Added: May 29, 2017 | Visits: 3.041

FireDaemon Pro FireDaemon Pro is a system utility that allows you to install and run any 32-bit or 64-bit application or script (EXE, DLL, BAT CMD, .NET, Perl, Java, Python, TCL/TK) as a Windows service. FireDaemon Pro features easy service configuration via the GUI or command line, a low memory and CPU... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $49.00 USD Size: 16.49 MB Download (1151): FireDaemon Pro Download

Added: September 19, 2010 | Visits: 1.483

X-Chat NewsWindow X-Chat NewsWindow is a perl script for X-Chat (or X-Chat Aqua) implements one of those annoying announcer scripts that announce your currently playing audio track in iTunes or your current audio or video track in VLC to your IRC channel because you feel for some reason that everyone wants to... Platforms: *nix

License: Freeware Download (111): X-Chat NewsWindow Download

Added: February 24, 2010 | Visits: 849

Stunnel The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. Stunnel can be used to add SSL functionality to commonly used inetd daemons like POP3, POP2 and IMAP servers without any changes in the programs code.... Platforms: *nix

License: Freeware Size: 481.28 KB Download (130): Stunnel Download

Added: September 06, 2013 | Visits: 514

Zangetsu Zangetsu is a general purpose 64 bit Garbage Collected Framework for Mac OS X 10.6 and later. It has a number of convenience functions and Foundation categories that help in the development of Mac OS X Cocoa applications. It is the framework that helps power many of my apps. Going forward as I... Platforms: Mac

License: Freeware Size: 20.48 KB Download (45): Zangetsu Download

Released: May 14, 2009  |  Added: April 27, 2010 | Visits: 1.540

.NET Logging Library The .NET Logging Library is an easy to use, high speed .NET logging component. Log with a single line of code! Logging targets include console, debug window, file, CSV, XML, HTML, SQL Server, Oracle, MySQL, MS Access, ASP.NET Trace, ASP.NET Response, memory streams, and custom targets. This... Platforms: Windows

License: Commercial Cost: $28.95 USD Size: 1.43 MB Download (129): .NET Logging Library Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 591

QuickDev Debug Agent The QuickDev Debug Agent is a program allowing debugger host to perform a remote debugging via the network. The debug agent provides visual representation of the debugger host and the target, making it easy for users to monitor the connection status as well as target status. The debug agent also... Platforms: Windows

License: Freeware Size: 1024 KB Download (45): QuickDev Debug Agent Download

Added: November 25, 2013 | Visits: 653

django-debug-toolbar jango-debug-toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. Currently, the following panels have been written and are working: * Django version * Request timer... Platforms: *nix

License: Freeware Size: 143.36 KB Download (42): django-debug-toolbar Download

Added: November 27, 2006 | Visits: 5.407

Auto Debug for Windows An auto-tracing tool of software. User can set breakpoints, this application will auto trace the target program and record the input and output of function call. Therefore, the software can help programmer analyse errors, process inside the target program, especially help the programmer analyse... Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 590 KB Download (556): Auto Debug for Windows Download

Added: January 10, 2006 | Visits: 3.054

MMD Logger with GDI Tool MMD Logger with GDI tool is windows console-like program designed to log, save and analyze debug messages. It helps C/C++ programmers debug and profile their code. With MMD logger you can easily control program flow, time and memory consuming etc. Debug features are switching on/off by... Platforms: Windows, Windows CE

License: Shareware Cost: $15.00 USD Size: 417 KB Download (487): MMD Logger with GDI Tool Download

Added: June 08, 2010 | Visits: 1.476

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,... Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: October 22, 2010 | Visits: 818

Debug::Phases Debug::Phases is a Perl module to announce BEGIN and INIT phases to help locate problems. SYNOPSIS use Debug::Phases; # Your code here or: > perl -MDebug::Phases your_script This tiny module does nothing but announce the start of the BEGIN and INIT phases, recording how long the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Debug::Phases Download

Added: May 11, 2010 | Visits: 1.303

Fast Logging Project for Snort Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported). On the sensor, the output is written to a process called sockserv. This process is threaded; one... Platforms: *nix

License: Freeware Size: 696.32 KB Download (101): Fast Logging Project for Snort Download

Added: May 26, 2010 | Visits: 1.199

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it... Platforms: *nix

License: Freeware Size: 5.12 KB Download (163): Debug::Trace Download

Added: August 02, 2010 | Visits: 1.119

Debug::Message Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level =>... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Debug::Message Download

Added: January 08, 2010 | Visits: 754

log4javascript log4javascript provides JavaScript developers with a familiar, robust, and flexible logging framework with which to debug JavaScript applications. This is becoming increasingly important as Web interfaces become richer. log4javascript is based on Javas log4j and is tested and works across all... Platforms: *nix

License: Freeware Size: 38.91 KB Download (108): log4javascript Download

Added: November 12, 2010 | Visits: 792

Debug::FaultAutoBT Debug::FaultAutoBT is a Perl module for automatic backtrace extractor on SIGSEGV, SIGBUS, etc. SYNOPSIS use Debug::FaultAutoBT; use File::Spec::Functions; my $tmp_dir = File::Spec::Functions::tmpdir; my $trace = Debug::FaultAutoBT->new( dir => "$tmp_dir", #verbose => 1, #exec_path =>... Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Debug::FaultAutoBT Download

Added: February 27, 2010 | Visits: 1.190

Logging Services Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. We should also mention that thanks to the relentless efforts of many developers, we have a basic level of interoperability between the following projects: -... Platforms: *nix

License: Freeware Download (91): Logging Services Download

Added: February 05, 2010 | Visits: 994

Python logging module The Python logging module implements a standard logging system for Python programs. It was strongly influenced by log4j from the Apache project. As this package is included in versions 2.3 and later, only users of earlier versions of Python would need to install this module. There was a need... Platforms: *nix

License: Freeware Size: 92.16 KB Download (105): Python logging module Download

1 2 3 4 5 >