WareSeeker Search Software

log file


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

DevASP Log file


script ASP Free
View Detail
Download DevASP Log fileDownload DevASP Log file
Are you interested to know who came to your site? at what time? and what was the referring URL. Here is an example how to make a Log file for an ASP page to keep track of users on your site. This Example use a text file to write user information.
Tags:
2

Log File Merger 1.0


windows Home Education->Other Free
View Detail
Download Log File Merger 1.0Download Log File Merger 1.0
13.9 KB
Log File Merger description
Log File Merger is a free program that will help you merge all kinds of log or text files Log File Merger is a simple little program, that will save you tons of time.

Log File Merger can be used to merge web server log files or url scan log files, but you can merge any type of text file or log file you wish.

Log File Merger is not fancy software but one that works well and gets its job done.
Requirements:

· .NET framework

Tags:
3

Log::Dispatch::File::Alerts 1.00


linux Programming->Libraries Free
View Detail
Download Log::Dispatch::File::Alerts 1.00Download Log::Dispatch::File::Alerts 1.00
0.005 MB
Log::Dispatch::File::Alerts is a Perl object for logging to alert files.

SYNOPSIS

use Log::Dispatch::File::Alerts;

my $file = Log::Dispatch::File::Alerts->new(
name => file1,
min_level => emerg,
filename => Somefile%d{yyyy!!!!}.log,
mode => append );

$file->log( level => emerg,
message => "Ive fallen and I cant get upn" );

ABSTRACT

This module provides an object for logging to files under the Log::Dispatch::* system.

This module subclasses Log::Dispatch::File for logging to date/time stamped files. See Log::Dispatch::File for instructions on usage. This module differs only on the following three points:

alert files

This module will use a seperate file for every log message.

multitasking-safe

This module uses flock() to lock the file while writing to it.

stamped filenames

This module supports a special tag in the filename that will expand to the current date/time/pid.

It is the same tag Log::Log4perl::Layout::PatternLayout uses, see Log::Log4perl::Layout::PatternLayout, chapter "Fine-tune the date". In short: Include a "%d{...}" in the filename where "..." is a format string according to the SimpleDateFormat in the Java World (http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html). See also Log::Log4perl::DateFormat for information about further restrictions.
In addition to the format provided by Log::Log4perl::DateFormat this module also supports $ for inserting the PID and ! for inserting a uniq number. Repeat the character to define how many character wide the field should be.
A note on the !: The module first tries to find a fresh filename with this set to 1. If there is already a file with that name then it is increased until either a free filename has been found or it reaches 9999. In the later case the module dies.


Tags:
4

Log::Dispatch::File::Rolling 1.04


linux Programming->Libraries Free
View Detail
Download Log::Dispatch::File::Rolling 1.04Download Log::Dispatch::File::Rolling 1.04
0.005 MB
Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files.

SYNOPSIS

use Log::Dispatch::File::Rolling;

my $file = Log::Dispatch::File::Rolling->new(
name => file1,
min_level => info,
filename => Somefile%d{yyyyMMdd}.log,
mode => append );

$file->log( level => emerg,
message => "Ive fallen and I cant get upn" );

ABSTRACT

This module provides an object for logging to files under the Log::Dispatch::* system.

This module subclasses Log::Dispatch::File for logging to date/time stamped files. See Log::Dispatch::File for instructions on usage. This module differs only on the following three points:

fork()-safe

This module will close and re-open the logfile after a fork.

multitasking-safe

This module uses flock() to lock the file while writing to it.

stamped filenames

This module supports a special tag in the filename that will expand to the current date/time/pid.

It is the same tag Log::Log4perl::Layout::PatternLayout uses, see Log::Log4perl::Layout::PatternLayout, chapter "Fine-tune the date". In short: Include a "%d{...}" in the filename where "..." is a format string according to the SimpleDateFormat in the Java World (http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html). See also Log::Log4perl::DateFormat for information about further restrictions.
In addition to the format provided by Log::Log4perl::DateFormat this module also supports $ for inserting the PID. Repeat the character to define how many character wide the field should be. This should not be needed regularly as this module also supports logfile sharing between processes, but if youve got a high load on your logfile or a system that doesnt support flock()...


Tags:
5

FastStats: Log File Analysis 1.3


windows Network Internet->Web Server Statistics Tools Free
View Detail
Download FastStats: Log File Analysis 1.3Download FastStats: Log File Analysis 1.3
1,100K
Youve got a successful web site that gets a lot of hits every day. You love the traffic, but the log files are another thing: theyre enormous and take hours for your current log file analysis tool to process. Yet your advertisers demand detailed information about who is visiting your web site, where theyre coming from, and what they visit. You need alog file analysis tool that gives you over detailed information about you web site, but one that doesnt take hours and hours to run. You need FastStats. FastStats can speed through your web server log files at over 100 times speed of WebTrends and HitList. FastStats does in minutes what other log analyzers slog though in hours.

Tags:
6

Raw Log Files analyzer 1.0


windows Software Development->Databases and Networks Free
View Detail
Download Raw Log Files analyzer 1.0Download Raw Log Files analyzer 1.0
125 kb
Log analyzer utility has many options and filters by which you can get exact information about your site in. Raw log analyzer software has user friendly graphical user interface, so you can start working immediately after installation without long tuning. Tool determines the most popular files and referrers and builds report for every file requested. Analyzer software is capable to process raw log files (NCSA common and extended formats) which are created by web-server including Apache etc and generates many types of reports and histograms including files requested, redirected requests etc.
Tags:
7

Event Log Extension for Network File Monitor 2.26.1


windows System->Network Tweak Free
View Detail
Download Event Log Extension for Network File Monitor 2.26.1Download Event Log Extension for Network File Monitor 2.26.1
200 KB
Event Log Extension provides an ability to monitor Windows NT/2000/XP Application, Security, System and other event logs.

The notifications about events can be dispatched via LAN, email, SMS and ICQ (via e-mail gates).

The Event log extension supports events filtering by log type (Application, Security, System, etc.), type of event (Error, Warning, Information, etc.), selection by EVENTID, SOURCE, CATEGORY.

Event Log Extension can execute external programs using data from events as a command line parameters.

Tags:
8

Creating Your Own Log Files


script PHP Free
View Detail
Download Creating Your Own Log FilesDownload Creating Your Own Log Files
Dont have access to your server logfile? Here, you will find how to create your own logfile using PHP. It is basically a small PHP script that extracted all the appropriate environment variables, put them together as a Common Logfile Format entry and write it to a file.
Tags:
9

Log Servlet


script Java Free
View Detail
Download Log ServletDownload Log Servlet
It is a Java servlet that allows you to collect information about your page visitors. You can put reference to this servlet inside your page and relevant information will be collected in the given log file. For your page, reference to this servlet looks like a graphical dot. Log file is a text file with tab separated values. Each line contains IP address, date, visitors browser, referer page, visitors charset, visitors encoding, and visitors language (locale).
Tags:
10

IAS Log Viewer 2.28


windows Network Internet->Other $44
View Detail
Download IAS Log Viewer 2.28Download IAS Log Viewer 2.28
1.54 MB
The IAS Log Viewer program helps you read and interpret the log files from Windows 2000/2003 IAS service.

With the IAS Log Viewer you can view log file at user-friendly form and use it as a lite RADIUS reporting tool for Windows 2k IAS service.

Here are some key features of "IAS Log Viewer":

· The fast and correct work with huge log files.
· Support both IAS-formatted and database-import formats of IAS log file.
· Open several log files or directories with IAS log files.
· The smart bad lines detection module. The IAS Log Viewer skip bad lines in log file automatically.
· Work with log files at real time. You can see records that just added by IAS automatically. No log file reopen, no refresh!
· The real time connections view. You can see RRAS connections in real time!
· You can export IAS log records or RRAS connections to XML or CSV file.
· Usage report and user usage report can be created in HTML, XML or CSV formats. The columns of that reports can be customized.
· Command-line options for automate log files processing.
· Additional filter for specifies reports data.
· Cisco-AV-Pair fields support.

Tags:
11

CC Log


script CGI Perl Free
View Detail
Download CC LogDownload CC Log
CC Log is a very simple logging script which logs the hits to a single web page. This script is typically useful for logging the hits to the main index page. It collect information like date and time of the hit, browser agent used by the visitor, host IP addresses, and HTTP referrer whenever available. The script logs everything on to an HTML log file which the user can easily view under any browser. This script requires SSI.
Tags:
12

Extracts all email addresses from your log files or other text files


script CGI Perl Free
View Detail
Download Extracts all email addresses from your log files or other text filesDownload Extracts all email addresses from your log files or other text files
You can easily create a constantly growing list of email addresses. It extracts all addresses of your log files or other text files, removes duplicates and sorts the list. You can also let the script create a blacklist for you. With each run the list of email addresses will be revised. All parameters can be set inside a configuration file including the regular expression for the email addresses. Originally, the script was written for processing Postcard Direct log files, but it can be used for any kind of text file containing email addresses.
Tags:
13

Log Cleaner 1.1


windows Utilities->File Maintenance and Repair $18.00
View Detail
Download Log Cleaner 1.1Download Log Cleaner 1.1
557K
An application that keeps any log file with fresh condition and limited in size. One of the main feature of Log Cleaner is that it can periodically check log file and, if necessary, remove old information. Except for log file itself, you can specify size limit and clean period. Log Cleaner removes lines from the begin of log file, so all new information remains unmodified.

Tags:
14

WMS Log Storage 1.14


windows Web Development->Misc Web Authoring Tools $54.90
View Detail
Download WMS Log Storage 1.14Download WMS Log Storage 1.14
995K
WMS Log Storage is a is a feature rich Windows Media Services log analyzer. The program generates HTML-based reports with tables and charts. Highly detailed and easily configurable reports output to screen, file directories, ftp or email. Unlike other analyzers, WMS Log Storage has been designed especially for analyzing Windows Media Services log files and supports the entire set of Windows Media Services log file data and provides the best and most complete analysis of these files.
WMS Log Storage supports log files of the W3C Windows Media Services format and exported files in the CSV format. Needless to say, it can recognize log file formats automatically, extract compressed log files, process multiple log files and download log files from various sources: local path, Web or FTP. The flexible system of filters allows you to customize in the best possible way so that only data that you need is displayed in reports.
WMS Log Storage will give you information about your sites visitors, activity statistics, file access statistics, information about referring pages, visitor country, referring sites and more. The program has a user-friendly interface so you can start working with it right after you install it spending much time on configuring it. Statistical data is displayed in diagrams and tables. It is also possible to print reports.

Tags:
15

WMS Log Storage 1.13


windows Web Development->Misc Web Authoring Tools $54.90
View Detail
Download WMS Log Storage 1.13Download WMS Log Storage 1.13
994K
WMS Log Storage is a is a feature rich Windows Media Services log analyzer. The program generates HTML-based reports with tables and charts. Highly detailed and easily configurable reports output to screen, file directories, ftp or email. Unlike other analyzers, WMS Log Storage has been designed especially for analyzing Windows Media Services log files and supports the entire set of Windows Media Services log file data and provides the best and most complete analysis of these files.
WMS Log Storage supports log files of the W3C Windows Media Services format and exported files in the CSV format. Needless to say, it can recognize log file formats automatically, extract compressed log files, process multiple log files and download log files from various sources: local path, Web or FTP. The flexible system of filters allows you to customize in the best possible way so that only data that you need is displayed in reports.
WMS Log Storage will give you information about your sites visitors, activity statistics, file access statistics, information about referring pages, visitor country, referring sites and more. The program has a user-friendly interface so you can start working with it right after you install it spending much time on configuring it. Statistical data is displayed in diagrams and tables. It is also possible to print reports.

Tags:
16

WMS Log Storage 1.21


windows Network Internet->Other Free
View Detail
Download WMS Log Storage 1.21Download WMS Log Storage 1.21
1053 kb
WMS Log Storage is a is a feature rich Windows Media Services log analyzer. The program generates HTML-based reports with tables and charts. Highly detailed and easily configurable reports output to screen, file directories, ftp or email. Unlike other analyzers, WMS Log Storage has been designed especially for analyzing Windows Media Services log files and supports the entire set of Windows Media Services log file data and provides the best and most complete analysis of these files.

WMS Log Storage supports log files of the W3C Windows Media Services format and exported files in the CSV format. Needless to say, it can recognize log file formats automatically, extract compressed log files, process multiple log files and download log files from various sources: local path, Web or FTP. The flexible system of filters allows you to customize in the best possible way so that only data that you need is displayed in reports.

WMS Log Storage will give you information about your sites visitors, activity statistics, file access statistics, information about referring pages, visitor country, referring sites and more. The program has a user-friendly interface so you can start working with it right after you install it spending much time on configuring it. Statistical data is displayed in diagrams and tables. It is also possible to print reports.
Tags:
17

Ref-Log


script PHP Free
View Detail
Download Ref-LogDownload Ref-Log
Ref-Log prints out the latest referrers to your page. A working demo can be found at http://cybernetec.com on the right side of the screen. The script uses fopen function to write a log file for all referrers to your domain. With Ref-Log you can see exactly where your traffic is coming from and share that info with your visitors.
Tags:
18

AWStats Log Format Creation Tool


script CGI Perl Free
View Detail
Download AWStats Log Format Creation ToolDownload AWStats Log Format Creation Tool
Setup your AWStats log file format string with this easy tool. Open your log file and check all the headings below that you see in your log file header. Ideal for those using web hosts who do not know which logging options are available within their log files. Download your log file from your host and check all the headings you see to create your Log Format string for your awstats .conf file.
Tags:
19

mail-log.cgi


script CGI Perl Free
View Detail
Download mail-log.cgiDownload mail-log.cgi
mail-log.cgi script saves access date+time, your visitors host name, their IP address and browser type, the referring page (if any) and the file name of the page that called the script to a log file on the server. After a given number of log entries this file will be automatically mailed to your mailbox. You can change the mailing interval according to your needs. The default interval is every 50 accesses to the page(s) to be logged.
Tags:
20

ApexSQL Log 1.10


windows Software Development->Databases and Networks $599
View Detail
Download ApexSQL Log 1.10Download ApexSQL Log 1.10
2714K
ApexSQL Log is a powerful SQL database auditing tool that analyzes SQL Servers own Transaction Log to display information on data and soon ... structural changes.

Since ApexSQL Log reads the Transaction Log, no database overhead is required and audits can be done on changes made even before the tool was installed.

Features
- NEW - live log support.
- NEW - XML export.
- Passively audit using transaction log backups or live log files what has been inserted, updated (both before and after), and deleted from every table in your database.
- Powerful filtering, grouping and sorting of log data.
- View field level data for each row in insert, update and delete.
- View history of changes of a row.
- Audit seamlessly multiple transaction log backups or live log files.
- Currently ApexSQL Log reads database back-up files and processes them into readable information. You can apply sophisticated filters, grouping and sorting to the data

Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket