| Projects on Google Code | Results 1 - 10 of 250 |
Log Scope is a simple Apache access log analysis tool that lets you output log information based on restricted criteria. For example:
* Display all of the log entries for the IP address 127.0.0.1
* List all access entries that occurred between 1:27:10 and 1:28:15
* List of all of requests...
You can run Glug using Java Web Start by invoking this at the command line:
{{{
javaws http://glug.googlecode.com/files/glug.jnlp
}}}
Get the code at [https://github.com/rtyley/glug/tree/master GitHub]
http://glug.googlecode.com/svn/wiki/images/screenshots/glug-screenshot.1-second-scale.s...
==Log Manager==
Fed up with wading through massive log files and trying to match up log entries between different servers?
A while back I wrote a small log file viewer utility (my first ever C# program, so excuse the mess) to let you view the contents of multiple log files as they're updated i...
LogFileMonitor displays the contents of log files in real time. Written in C#.NET, LogFileMonitor utilizes Windows file system events to listen for changes and displays them in a auto-scrolling text window.
http://www.phreeze.com/images/LogFileMonitorScreenShot.png
==Features==
* Right-c...
These light simple API to implement log rotation by file-size and-or by day/month/year using custom patterns.
It also implements file lock during writing.<br>
It allows you to log in xml standard format: IDMEF (Intrusion Detection Message exchange format) avoiding you to think about xml formatting...
log,
C,
xml,
idmef,
rotation,
customlog,
logapi,
logrotation,
intrusiondetectionmessageexchangeformat,
alert
When processing huge logfiles (most of real-world logs *are* huge) people usually have to resort to unix text utilities like grep, awk etc. They are great but they do not offer any interactivity and require hackery to do non-trivial things, let alone do any visualizations.
This project aims to fi...
it gives some kinds of output format,e.g. regular text , xml or others you can implements form the interface.
sometimes you want to print message, printf is too simple, but some opensource logging system is too complex, then, you can try this, its a just enough logging system.
default provides for...
log,
xml,
text,
c,
justenough,
loggingsystem,
trace,
info,
debug,
warning,
notice,
vc6.0,
win32,
linux,
gcc
Camada adicional as bibliotecas de logs. Faz com que o uso de logs seja menos custoso, principalmente quando se utiliza diferentes níveis de Logs. O projeto provê uma integração entre a classe MessageFormat e a biblioteca de log.
A C++ lightweight logger module which can be running on Windows, Linux, FreeBSD, OpenBSD, and NetBSD platforms, and work in both asynchronous mode and synchronous mode. Support some default logging ways and customized logging ways.
Simple project to enable students at CQUniversity to track logon on their user account in order to ensure that their account password is still secure, and no unauthorised individuals have obtained their logon credentials.