The log4net FAQ asks the question What is the fastest way of (not) logging? It outlines two techniques of logging; I will present one more. The first technique is the slowest of the three, but contains the least amount of code. The following snippet logs a million times and illustrates the first technique...