PPF Home
Plugins
Developers
   Font size:      

Log (v1.1)

PDF
PDF

Description

Simple channel logging.

Logs channel activity to a log file. The log can be one single log for the whole bot or a log for each channel that the bot is in.

Configuration

The configuration file for this plugin is system/Log/LogConfig.xml

logfile

If logPerChannel is set to yes, the log file name will be prepended with the channel name.

  • logPerChannel - yes, no
  • dir - directory where to write the logfile(s)

    <logfile logPerChannel="yes" dir="">ppf.log</logfile>

    

Commands

There are no user commands for this plugin at this time.

Change History

v1.1 Tidied internally (no functional changes) by xkr47
v1.0 First Version by DeadEd