1# Logger Plugin for DokuWiki
2
3This plugin logs every request of DokuWiki.
4It logs the date, time, ip, username, host name, query string and user agent.
5
6All documentation for this plugin can be found at
7https://www.dokuwiki.org/plugin:logger
8
9If you install this plugin manually, make sure it is installed in
10lib/plugins/logger/ - if the folder is called different it
11will not work!
12
13Please refer to http://www.dokuwiki.org/plugins for additional info
14on how to install plugins in DokuWiki.
15
16## License
17
18Copyright © 2015-2021 Jens Brokfeld  <geofreak.de@gmail.com>
19
20This program is free software; you can redistribute it and/or modify
21it under the terms of the GNU General Public License as published by
22the Free Software Foundation; version 2 of the License
23
24This program is distributed in the hope that it will be useful,
25but WITHOUT ANY WARRANTY; without even the implied warranty of
26MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27[GNU General Public License](LICENSE) for more details.
28