[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 209 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
admin_plugin_logviewer:: (8 methods):
forAdminOnly()
handle()
html()
displayTabs()
displayLog()
getFacilities()
getLogLines()
printLogLines()
Class: admin_plugin_logviewer - X-Ref
DokuWiki Plugin logviewer (Admin Component)forAdminOnly() X-Ref |
No description |
handle() X-Ref |
No description |
html() X-Ref |
No description |
displayTabs() X-Ref |
Show the navigational tabs and date picker |
displayLog() X-Ref |
Read and output the logfile contents |
getFacilities() X-Ref |
Get the available logging facilities return: array |
getLogLines($logfilePath) X-Ref |
Read the lines of the logfile and return them as array param: string $logfilePath return: array |
printLogLines($lines) X-Ref |
Get an array of log lines and print them using appropriate styles param: array $lines |