Snippets tagged log

  • Log file parsing

    File parsing, based on multiple lines, using recursive pattern matching with many :: (cons) operator

    2 people like this

    Posted: 10 years ago by Tuomas Hietanen

  • Tiny Logging Module

    High performance asynchronous Logging module with time-based rollover and size-based file retention in under a 100 lines of F# Bug fix: Fixed log file name date time from "yyyyMMddhhmm" to yyyyMMddHHmm" (24 hour clock)

    6 people like this

    Posted: 10 years ago by Faisal Waris