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.241.023 Times

Exception Logging freeware
Filter: All | Freeware | Demo
 

Exception Logging

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

Simple exception logging If you want to log exceptions, this script offers you a simple way to do so without having to explicitly repetitiously call the logger in each try-except clause.



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Simple exception logging Download

Added: January 18, 2010 | Visits: 1.174

Test::Exception Test::Exception is a Perl module to test exception based code. SYNOPSIS use Test::More tests => 5; use Test::Exception; # or if you dont need Test::More use Test::Exception tests => 5; # then... # Check that something died dies_ok { $foo->method1 } expecting to die; # Check that...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): Test::Exception Download

Added: February 11, 2010 | Visits: 962

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: June 08, 2010 | Visits: 1.465

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: April 15, 2010 | Visits: 838

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: November 13, 2010 | Visits: 919

Exception::Class Exception::Class is a Perl module that allows you to declare real exception classes in Perl. SYNOPSIS use Exception::Class ( MyException, AnotherException => { isa => MyException }, YetAnotherException => { isa => AnotherException, description => These exceptions are related to IPC },...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): Exception::Class Download

Added: May 11, 2010 | Visits: 1.294

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: February 27, 2010 | Visits: 1.183

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: January 16, 2010 | Visits: 859

Exception::Class::TCF Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF; try { if ($Lost) { throw new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (87): Exception::Class::TCF Download

Added: February 05, 2010 | Visits: 988

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

Released: September 25, 2012  |  Added: September 25, 2012 | Visits: 1.086

Microsoft Online Services Diagnostics and Logging Support Toolkit The name MOSDAL stands for Microsoft Online Services Diagnostics and Logging Support Toolkit. The MOSDAL Support Toolkit can be used by a user having issues with the Microsoft Online services. The tool collects system configuration, network configuration, service-based applications'...


Platforms: Windows, 2003, Windows Vista, XPX64, 2008, 7


Added: May 10, 2013 | Visits: 494

Functional exception handling This scrip represents a tool for turning exception handling into functional alternation. try..except clauses make Python source code often clumsy and impact the readablity. This script presents a simple functional approach to work with exceptions and finalizations - applicable in a majority of...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Functional exception handling Download

Added: May 10, 2013 | Visits: 450

Logging to a Jabber account This script contains a handler class which sends a Jabber message for each logging event. If you have long-running scripts on many remote machines and you want to be alarmed if one of them crashes, use the JabberHandler to log it to your account.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Logging to a Jabber account Download

Added: May 10, 2013 | Visits: 411

Automatically start the debugger on an exception When Python runs a script and an uncatched exception is raised, a traceback is printed and the script is terminated. Python2.1 has introduced sys.excepthook, which can be used to override the handling of uncaught exceptions. This script allows to automatically start the debugger on an unexpected...


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 425

Extending the 'logging' module This script helps you in adding new format specifiers to the logging module. In this example, it's for the user name and the name of the function that logged the message.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Extending the 'logging' module Download

Added: August 30, 2013 | Visits: 463

TILT (Terminal Interaction Logging Tool) TILT is a set of terminal logging and playback tools for auditing telnet and SSH connections made from a bastion host. It provides timestamped logs and real time playback of logs for incident reports, incident analysis or as a training aid


Platforms: *nix

License: Freeware Size: 317.44 KB Download (33): TILT (Terminal Interaction Logging Tool) Download

Released: June 15, 2012  |  Added: June 15, 2012 | Visits: 471

G0BSX Amateur Radio Logging Program BSXLog is an Amateur Radio Logging program written in Python for the Gtk GUI with postgresql as the backend database


Platforms: Windows, Mac, Linux

License: Freeware Size: 18.88 KB Download (47): G0BSX Amateur Radio Logging Program Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 414

My Mud Logging Tools Small tools/scripts I used to help me at work in mud logging service.


Platforms: Windows, Mac, Linux

License: Freeware Size: 23.68 KB Download (49): My Mud Logging Tools Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 357

TILT (Terminal Interaction Logging Tool) TILT is a set of terminal logging and playback tools for auditing telnet and SSH connections made from a bastion host. It provides timestamped logs and real time playback of logs for incident reports, incident analysis or as a training aid


Platforms: Mac, Linux

License: Freeware Size: 314.1 KB Download (46): TILT (Terminal Interaction Logging Tool) Download

Added: May 10, 2013 | Visits: 389

Using the logging module This script allows you to use separate loggers to make specific sub-system debugging easier. You don't even have to pass the logger objects between modules; just use getLogger("my.hierarchical.name"). Messages sent to that logger would be handled by itself, then (if not removed by filters) by...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Using the logging module Download

1 2 3 4 5 >