The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::Logging::Devices - manage Devices from which to log data

SYNOPSIS

  use Maplat::Web;
  use Maplat::Web::Logging;
  

Then configure() the module as you would normally.

DESCRIPTION

    <module>
        <modname>loggingdevices</modname>
        <pm>Logging::Devices</pm>
        <options>
            <linktitle>Devices</linktitle>
            <user>
                <webpath>/logging/devicesusr</webpath>
                <pagetitle>Devices</pagetitle>
            </user>
            <admin>
                <webpath>/logging/devicesadm</webpath>
                <pagetitle>Devices Admin</pagetitle>
            </admin>
            <db>maindb</db>
            <minurls>4</minurls>
        </options>
    </module>

This module provides the webmasks required to configure logging devices.

get_user

Internal function, renders the user view.

get_admin

Internal function, renders the admin view.

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 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.