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

Log Exceptions freeware
Filter: All | Freeware | Demo
 

Log Exceptions

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: November 11, 2013 | Visits: 446

django-logdb for linux django-logdb has a custom logging handler that writes log entries in a database. It therefore integrates nicely with your existing logging configuration and you can decide what log entries are written to the database. The Django admin site is extended with a graphical view of recent log entries...





Platforms: *nix

License: Freeware Size: 71.68 KB Download (36): django-logdb for linux Download

Released: December 10, 1996  |  Added: June 10, 2006 | Visits: 3.886

Work Log Work Log - an application to record and report time logged to a project. Data is stored in a database file which is 100% compatible with Microsoft Access. Printed reports may be generated and viewed with a choice of font and size. Page layout may be adjusted. Data may be reported to an ASCII disk...


Platforms: Windows

License: Freeware Size: 3.46 MB Download (467): Work Log Download

Released: September 05, 2001  |  Added: September 16, 2006 | Visits: 5.652

Traffic Log Traffic Log is a web statistics script. Traffic Log enables you to track hits and unique visitors, hits by page, by date, browser and captures the entry page for each visitor. The log file can be purged of old visits through use of the script. Traffic Log is not intended to duplicate the use...


Platforms: *nix

License: Freeware Size: 7 KB Download (292): Traffic Log Download

Released: January 06, 2003  |  Added: May 03, 2006 | Visits: 5.529

Securepoint Log Analyzer The Securepoint Log Analyzer allows to analyse the log-files of your Securepoint firewall server. You can use the Log Analyzer with other firewalls, too. The tool is freeware and works under Windows98, NT, 2000, XP und ME. Features: - Direct connection to Securepoint Firewall & VPN...


Platforms: Windows

License: Freeware Size: 1.17 MB Download (479): Securepoint Log Analyzer Download

Added: January 25, 2006 | Visits: 3.501

AlterWind Log Analyzer Lite AlterWind Log Analyzer Lite is free web log analysis software. It quickly generates all traditional reports. Use this user-friendly software to grab web server logs (all formats supported) and build graphically-rich self-explanatory reports on web site usage statistics, referring sites, traffic...


Platforms: Windows

License: Freeware Size: 1.62 MB Download (150): AlterWind Log Analyzer Lite Download

Added: January 21, 2006 | Visits: 2.553

Web Log Consildator Command line tool to merge your web log files, supports compressed and uncompressed files. Merge all your files into a single easy to use file.


Platforms: Windows

License: Freeware Size: 102 KB Download (156): Web Log Consildator Download

Released: July 03, 2006  |  Added: July 03, 2006 | Visits: 6.844

Kiwi Log Viewer (Win) Kiwi Log Viewer for Windows is a freeware application that displays text based log files in a tabular format. Only a small section of the file is read from disk at a time which saves memory and allows you to view a file that would be too big to fit in memory. The tail option monitors the...


Platforms: Windows

License: Freeware Size: 1.19 MB Download (587): Kiwi Log Viewer (Win) Download

Released: July 03, 2006  |  Added: July 03, 2006 | Visits: 3.816

Kiwi Log Viewer (Lin) Only a small section of the file is read from disk at a time which saves memory and allows you to view a file that would be too big to fit in memory. The tail option monitors the specified log file for changes and displays any new data that is added in real time. Text string matching allows...


Platforms: *nix

License: Freeware Size: 1.17 MB Download (221): Kiwi Log Viewer (Lin) Download

Released: July 03, 2006  |  Added: February 23, 2009 | Visits: 5.765

Kiwi Log Viewer (Mac) Kiwi Log Viewer for Mac OS X is a freeware application that displays text based log files in a tabular format. Only a small section of the file is read from disk at a time which saves memory and allows you to view a file that would be too big to fit in memory. The tail option monitors the...


Platforms: Mac

License: Freeware Size: 1.54 MB Download (492): Kiwi Log Viewer (Mac) Download

Added: January 18, 2010 | Visits: 1.218

Exceptions in C Exceptions in C implements fully-functional nested exceptions with these constructs: try except on throw Also, it allows to define various datatypes for exception object (default is int, can be anything from char * to struct foo *). Compiling and running Precodey straight forward....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Exceptions in C Download

Added: May 20, 2010 | Visits: 1.129

adcfw-log adcfw-log is a tool for analyzing firewall logs in order to extract meaningful information. It is designed to be a standalone script with very few requirements that can generate different kinds of reports, such as fully formatted reports of what had been logged, with summaries by source or...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): adcfw-log Download

Added: February 17, 2010 | Visits: 1.374

PostgreSQL Table Log PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. This can be used to recover the state of the logged table or to recover specific rows from a given time period. Whats New in This Release: - This version now...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (115): PostgreSQL Table Log Download

Added: November 10, 2010 | Visits: 934

Log Watcher Log Watcher is a tool for log watching and colorize. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Log Watcher Download

Added: June 22, 2010 | Visits: 1.171

HTTPD::Log::Filter HTTPD::Log::Filter is a Perl module to filter entries out of an httpd log. SYNOPSIS my $hlf = HTTPD::Log::Filter->new( exclusions_file => $exclusions_file, agent_re => .*Mozilla.*, format => ELF, ); while( <> ) { my $ret = $hlf->filter( $_ ); die "Error at line $.: invalid log...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): HTTPD::Log::Filter Download

Added: August 05, 2010 | Visits: 1.010

Log::StdLog Log::StdLog is a Perl module with a simple log file via a special filehandle. SYNOPSIS use Log::StdLog { level => warn, file => "$0.log" }; # Messages at the same or a higher level are logged... print {*STDLOG} error => "This error message will be loggedn"; print {*STDLOG} warn => "This...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Log::StdLog Download

Added: July 08, 2010 | Visits: 1.257

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Puppet::Log Download

Added: November 14, 2010 | Visits: 965

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: August 22, 2010 | Visits: 1.092

Log::Dispatch::TkText Log::Dispatch::TkText provides a Text widget for Log::Dispatch. SYNOPSIS use Tk ; use Log::Dispatch; use Log::Dispatch::TkText ; my $dispatch = Log::Dispatch->new; my $mw = MainWindow-> new ; my $tklog = $mw->Scrolled(LogText, name => tk, min_level => debug); $tklog -> pack ; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (109): Log::Dispatch::TkText Download

Added: August 05, 2010 | Visits: 956

Log::Delimited Log::Delimited is a simple module to help log results. SYNOPSIS #!/usr/bin/perl -w use strict; use Log::Delimited; my $log = Log::Delimited->new({ log_cols => [url, step, elapsed], log_info => [http://slap.com/cgi-bin/slow_script, step 1, 99993.0923], })->log; $log->{log_info} =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Log::Delimited Download

1 2 3 4 5 >