Logging Admin actions

The way admin actions are handled is controlled by the following two cvars: -

// Admin logging parameters

// Directory where logs will be stored under the mani_path directory
mani_log_directory "mani_logs"

// The logging mode you wish to use
// 0 = default placing of log files in the same .log files that Valve creates
// 1 = logs created per map change using the same style filenames that Valve uses in the mani_log_directory directory
// 2 = One large file is written in the mani_log_directory
// 3 = A log is written as a steam id for each admin that runs a command, the format is STEAM_x_x_xxxxxxxx.log

mani_log_mode 0

All logs issued by the plug-in have [MANI_ADMIN_PLUGIN] associated with the message