# /////////////////////////////////////////////////////////////////////////////// # // // # // .d8888b. 888 .d88888b. // # // d88P Y88b 888 d88P" "Y88b // # // Y88b. 888 888 888 // # // "Y888b. 888888 .d88b. 88888b. 888 888 888 888 .d88b. 888d888 // # // "Y88b. 888 d8P Y8b 888 "88b 888 888 888 888 d8P Y8b 888P" // # // "888 888 88888888 888 888 888 888 Y88 88P 88888888 888 // # // Y88b d88P Y88b. Y8b. 888 d88P Y88b. .d88P Y8bd8P Y8b. 888 // # // "Y8888P" "Y888 "Y8888 88888P" "Y88888P" Y88P "Y8888 888 // # // 888 // # // 888 // # // 888 // # // // # /////////////////////////////////////////////////////////////////////////////// # // File: soPadComLog.cfg // # // Copyright by StepOver // # /////////////////////////////////////////////////////////////////////////////// # // Description: // # // // # // This file configures the stand alone logging functionality of the // # // soPadCom.dll // # // // # // Usage // # // // # // This File contains NAME: VALUE pairs // # // // # // NAME - The NAME begins at the very start of a line and goes to the ':' // # // VALUE - Starts after the ':' to the end of the line // # // Quotation marks are not handled // # // // # // Available Loggers: // # // // # // FileLogger - writes the debug output to a logfile // # // DebugLogger - writes the debug output to the windows debug output // # // // # /////////////////////////////////////////////////////////////////////////////// # FileLogger config FileLogger.Enabled: true #FileLogger.MaxSize: 1000000 FileLogger.Append: true FileLogger.LogFileUserPrefix: true FileLogger.LogFileTimePrefix: true FileLogger.LogFileDeleteOlderThan : 3 FileLogger.LogFile: C:/Temp/logs/soPadComLog.txt # DebugLogger config DebugLogger.Enabled: true