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

Monthly Log software
Filter: All | Freeware | Demo
 

Monthly Log

< 1 2 3 4 5 
Added: August 14, 2008 | Visits: 1.232

The Lawn Log The Lawn Log is used by Lawn Service companies both large and small.It provides the means to keep current with schedules, customers, billing, etc.As with all our programs developed here at Lazy Bayou, it's easy to use and provides the necessary information to the user that allows meeting...



Platforms: Windows

License: Shareware Cost: $34.95 USD Size: 38.05 MB Download (117): The Lawn Log Download

Released: October 22, 2008  |  Added: December 02, 2008 | Visits: 1.753

XpoLog Center Log Management Log Server and Analysis Platform Quickly Isolate Applications and IT problems. Reduce operations cost, Prevent Business Loss, Correlate, Search and Report Any Type of Log. -IT Systems and Applications generate huge volumes of Log Data. -Logs and IT Data contain critical information on...





Platforms: Windows, *nix

License: Shareware Cost: $500.00 USD Size: 63.9 MB Download (116): XpoLog Center Log Management Download

Added: February 17, 2010 | Visits: 1.380

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: August 22, 2010 | Visits: 1.471

Visitors Web Log Analyzer Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type: No installation...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (114): Visitors Web Log Analyzer Download

Released: November 19, 2010  |  Added: November 27, 2010 | Visits: 937

Speed Shop & Inventory Log Easy inventory and shopping list manager for retail stores that can run on cash register. Inventory Log encourages you to organize you inventory into smaller departments. This makes shopping a breeze. Easy Data Entry, if an employee notices that they are running out of an item, they can simply...


Platforms: Windows

License: Shareware Cost: $35.99 USD Size: 5.79 MB Download (114): Speed Shop & Inventory Log Download

Added: April 15, 2006 | Visits: 2.681

Surfstats Log Analyzer SurfStats Log Analyzer generates Website Activity and Conversion Tracking reports from log files. Reports can be generated in various languages with output to screen, file directories, ftp or email. It supports most common log file formats with automatic log file format and compressed format...


Platforms: Windows

License: Shareware Cost: $95.00 USD Size: 15.06 MB Download (113): Surfstats Log Analyzer Download

Added: April 07, 2010 | Visits: 1.193

IPTables log analizer IPTables log analizer displays Linux 2.4 iptables logs (rejected, acepted, masqueraded packets...) in a nice HTML page (it support rough netfilter logs but also Shorewall and Suse Firewall logs). This page shall be easy to read and understand to reduce the manual analysis time. This page...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (111): IPTables log analizer Download

Added: January 25, 2006 | Visits: 2.877

AlterWind Log Analyzer Standard AlterWind Log Analyzer is the unique web server log analysis software that offers comprehensive reports on every possible aspect of web site operation otherwise left hidden from your eyes! Use this user-friendly software to grab web server logs (all formats supported) and build graphically-rich...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 2.01 MB Download (111): AlterWind Log Analyzer Standard Download

Added: August 04, 2008 | Visits: 1.358

Help Desk Service Log For Microsoft Access Service Log is a multi-user help desk application, that is affordable, simple to install, and easy to use. Core elements are: E Fast, easy call logging, easy call tracking, with the full history of all actions taken. E Easily assign logs to technicians E Logs are automatically set to a required...


Platforms: Windows

License: Shareware Cost: $399.00 USD Size: 9.87 MB Download (111): Help Desk Service Log For Microsoft Access Download

Added: July 10, 2006 | Visits: 2.905

Nihuo Web Log Analyzer Nihuo Web Log Analyzer is an ideal tool of marketing, web site administration or e-commerce with comprehensive analysis of the "who, what, when, where and how" of customers visited your web site. With many detailed and accurate HTML report, it can be used to increase efficency of your each...


Platforms: Windows

License: Shareware Cost: $299.00 USD Size: 5.6 MB Download (110): Nihuo Web Log Analyzer Download

Added: August 22, 2010 | Visits: 1.098

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: January 18, 2010 | Visits: 1.599

Strato Log Download Strato Log Download is a small Perl script intended to download logfiles from Web accounts from Strato hosted sites. The problem is that the normal download interface is interactive, and that only about six weeks are kept on the server. So without scripting, youre likely to lose valuable log...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (109): Strato Log Download

Added: January 22, 2010 | Visits: 1.951

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index Download

Added: August 24, 2008 | Visits: 1.148

The Home Log The Home Log is another of our easy-to-use programs designed for the home user.The Home Log is a home inventory system where you can record all the items in your home.Features include 35 different rooms including up to 6 bedrooms, 6 bathrooms, outside storage and also items that are located in...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 39.1 MB Download (108): The Home Log Download

Added: June 22, 2010 | Visits: 1.181

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

Released: July 26, 2011  |  Added: November 24, 2011 | Visits: 793

Simple Trade Log The Simple Trade Log software is a database program that helps the trader keep good records of his transactions and presents the information back in a user-friendly manner to review and track performance. The program allows you to manage multiple portfolios, record your trading activities and the...


Platforms: Windows

License: Shareware Cost: $40.00 USD Size: 1.19 MB Download (106): Simple Trade Log Download

Released: March 12, 2004  |  Added: February 09, 2006 | Visits: 3.071

AlterWind Log Analyzer Professional As the new technologies evolve, we all become adepts of the new virtual space. These days, it is almost impossible to imagine a person who had never heard about Internet. Web is getting spread all over the globe, leaving traditionally slow real-world businesses in dust when it comes to speed of...


Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 1.52 MB Download (106): AlterWind Log Analyzer Professional Download

Added: June 23, 2010 | Visits: 1.325

The WebDruid 0.6.0 Alpha The WebDruid project is a web site log file analysis program which produces usage statistics in HTML format for viewing with a browser. The results are presented in both columnar and graphical format, which facilitates interpretation. Yearly, monthly, daily and hourly usage statistics are...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (106): The WebDruid 0.6.0 Alpha Download

Added: August 06, 2010 | Visits: 1.204

Log::Log4perl::Layout::PatternLayout Log::Log4perl::Layout::PatternLayout Perl module contains a pattern layout. SYNOPSIS use Log::Log4perl::Layout::PatternLayout; my $layout = Log::Log4perl::Layout::PatternLayout->new( "%d (%F:%L)> %m"); Creates a pattern layout according to...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl::Layout::PatternLayout Download

Added: July 15, 2010 | Visits: 703

Log::Log4perl Log::Log4perl is a Log4j implementation for Perl. SYNOPSIS # Easy mode if you like it simple ... use Log::Log4perl qw(:easy); Log::Log4perl->easy_init($ERROR); DEBUG "This doesnt go anywhere"; ERROR "This gets logged"; # ... or standard mode for more features:...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (105): Log::Log4perl Download

< 1 2 3 4 5