NAME

Maplat::Web::Accesslog - log all access to the webgui

SYNOPSIS

This module logs all access to the webgui to the database.

DESCRIPTION

Log all access to database (similar to the file-based apache log files). Please make sure you use according to local law.

Configuration

	<module>
		<modname>accesslog</modname>
		<pm>Accesslog</pm>
		<options>
            <memcache>memcache</memcache>
			<db>maindb</db>
			<login>authentification</login>
		</options>
	</module>

prefilter

Internal function.

postfilter

Internal function.

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.