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

File Log Clean freeware
Filter: All | Freeware | Demo
 

File Log Clean

< 1 2 3 4 5 > 
Added: August 05, 2010 | Visits: 964

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

Added: October 11, 2010 | Visits: 826

Log::Localized Log::Localized is a Perl module to localize your logging. SYNOPSIS What you most probably want to do is something like: package Foo; use Log::Localized; sub bar { # this message will be displayed if method bars verbosity is >= 1 llog(1,"running bar()"); } # this message will be... Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): Log::Localized Download

Added: June 23, 2010 | Visits: 1.329

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: July 26, 2010 | Visits: 799

Log::Log4perl::JavaMap Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. SYNOPSIS ############################### log4j.appender.FileAppndr1 = org.apache.log4j.FileAppender log4j.appender.FileAppndr1.File = /var/log/onetime.log log4j.appender.FileAppndr1.Append =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (88): Log::Log4perl::JavaMap Download

Added: August 04, 2010 | Visits: 1.892

squidview Squidview is a program that displays the squid proxy server log file in a nice fashion, providing the log file is in squids native reporting fashion. It has features such as search, report generation, monitor mode and supports three log files. Thus, the program can be used to monitor Internet... Platforms: *nix

License: Freeware Size: 76.8 KB Download (132): squidview Download

Added: October 18, 2010 | Visits: 983

squidefender Squidefender is a perl script which parses a squid log file in native format for attacks. If it finds an attack is sends a complaint email to the ISP of the attacker. It also has the option to execute an external command to take other actions. This can for example be used to automatically adapt... Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): squidefender Download

Added: October 26, 2010 | Visits: 809

Log::Log4perl::AutoCategorize Log::Log4perl::AutoCategorize - extended Log::Log4perl logging. ABSTRACT Log::Log4perl::AutoCategorize extends Log::Log4perls (l4p) easy mode, adding 2 main features; 1. extended, automatic, transparent categorization capabilities a. logging category <-... Platforms: *nix

License: Freeware Size: 40.96 KB Download (89): Log::Log4perl::AutoCategorize Download

Added: February 10, 2010 | Visits: 821

log-malloc log-malloc is a simple malloc/free logger. It is very small and has no dependencies. No configuration is necessary. log-malloc project logs parameters, return values, and the call stack. There is no need to rebuild the application that will be logged. Build: gcc -nostartfiles –shared -fPIC... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): log-malloc Download

Added: March 02, 2010 | Visits: 1.199

klogview klogview is a KDE real-time log file viewer, like tail -f. The main window contains any number of dockable log panels, with an arbitrary number of log sources in each of them. Every log source can have a separate font color and style. Other features include filters, alerts, different encodings,... Platforms: *nix

License: Freeware Size: 921.6 KB Download (98): klogview Download

Added: July 24, 2010 | Visits: 1.059

Multistat Multistat is designed to be a flexible log file parser for multiple game servers. Designed with an extensible plugin interface, it is able to process statistics for any game and output them in any format simply by the use of custom modules. Currently modules for Halflife, Counterstrike... Platforms: *nix

License: Freeware Size: 204.8 KB Download (92): Multistat Download

Added: March 16, 2010 | Visits: 819

Querylog Querylog project is a console tool for performing SQL queries on a (log) file. Lines from one or more text files or stdin are matched, using regular expressions to an in memory database on which SQL queries can be performed. You also specify queries in the config file (SELECTs, INSERTs,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (90): Querylog Download

Added: March 14, 2010 | Visits: 1.114

Log::Log4perl::FAQ Log::Log4perl::FAQ is a Perl module that contains Frequently Asked Questions (FAQ) on Log::Log4perl. This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly... Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Log::Log4perl::FAQ Download

Added: August 06, 2010 | Visits: 1.206

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: 705

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

Added: February 24, 2010 | Visits: 989

log_analysis log_analysis is a log file analysis engine that extracts relevant data for any of the recognised log messages and produces a summary that is much easier to read.. Platforms: *nix

License: Freeware Size: 133.12 KB Download (104): log_analysis Download

Added: October 02, 2010 | Visits: 948

File::lockf File::lockf is a Perl module interface to the lockf system call. SYNOPSIS use File::lockf; File-Lockf is an interface to the lockf system call. Perl supports the flock system call natively, but that does not acquire network locks. Perl also supports the fcntl system call, but that is... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): File::lockf Download

Added: April 06, 2010 | Visits: 2.050

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: August 07, 2010 | Visits: 1.507

The Plastic File System The Plastic File System project is an LD_PRELOAD module for manipulating what the file system looks like for programs. This allows virtual file systems to exist in user space, without kernel hacks or modules. PlasticFS includes the following file systems: chroot The chroot filter may be... Platforms: *nix

License: Freeware Size: 184.32 KB Download (102): The Plastic File System Download

Added: August 22, 2010 | Visits: 1.478

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

Added: June 09, 2010 | Visits: 1.071

Skulker Skulker is a rules-based tool for log and temporary file management. It offers a wide range of facilities to help manage disk space, including compression, deletion, rotation, archiving, and directory reorganization. The project provides dry-run facilities to test new rules, as well as... Platforms: *nix

License: Freeware Size: 481.28 KB Download (109): Skulker Download

< 1 2 3 4 5 >