--
ManasiBopardikar - 2009-06-02
---+ <nop>LogFilePlugin
Displays Twiki log (viewing and saving the page)
---++ Syntax Rules
Write
%<nop>LOG_REFRESH{}% or
%<nop>LOG_REFRESH{ parameters }% to display the activity of the current web.
---+++ Parameters
*Name*
Description |
IP | IP Address |
|
Web | Web |
|
Entries | Number of entries you wish to view|
---++ Examples
|
Example |
Description |
|
%<nop>LOG_REFRESH{ IP="Yes" Web="Sandbox" Entries="12" }% | Shows the entries with IP address of the Sandbox web |
|
%<nop>LOG_REFRESH{ IP="No" Web="Sandbox" Entries="14" }% | Hides the users IP address in the log of the Sandbox|
|
%<nop>LOG_REFRESH{ Entries="12" }% | Shows the twelve entries of all webs |
|
%<nop>LOG_REFRESH{ }% | Shows the ten entries(by default) of all webs |
|
%<nop>LOG_REFRESH{ Web="test" }% | Shows the ten entries of test web |
|
%<nop>LOG_REFRESH{ Entries="10" IP="No" }% | Shows the ten entries of all webs without IP|
|
%<nop>LOG_REFRESH{ Web="test" Entries="2" }% | Shows the two entries of test web |
---++ Sample Output
|
timestamp |
user |
action |
page |
? |
ip address |
| 25 Oct 2003 - 16:12 |
TWikiGuest | view |
StatsPlugin | | 10.10.10.60 |
| 25 Oct 2003 - 16:27 |
TWikiGuest | view |
StatsPlugin | | 10.10.10.60 |
--
ManasiBopardikar - 06 Nov 2008