[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/logviewer/ -> admin.php (summary)

(no description)

File Size: 213 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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

return: array
param: string $logfilePath

printLogLines($lines)   X-Ref
Get an array of log lines and print them using appropriate styles

param: array $lines