I encountered this same question while building my own logger. I found that while the logger code itself could be very fast, the performance was ultimately limited by disk I/O speed (writing to the HDD). The logger's true potential couldn't be realized due to these hardware constraints.