Skip to content
  • Tristan Leteurtre's avatar
    . Added a log ability to the syslog deamon · 5c227203
    Tristan Leteurtre authored
        (Compile with ./configure --enable-syslog (default enable))
        Should compile under Windows (--disable-syslog).
    
      . Added the logging method selection in vls.cfg :
        BEGIN "Vls"
          LogFile       = "vls.log"             # log file
          ScreenLog     = "enable"              # log to the console
          SystemLog     = "disable"             # log to the systemlog
        END
    5c227203