log4net has three major objects that we need to be concerned with – the log manager, loggers, and appenders. Imagine that log4net is a big bucket into which we throw all of the items we want to log on little scraps of paper. instead of writing all of these pieces of paper by hand, we use an object called a logger. loggers are used to classify and organize information as it is added to the bucket. log4net has three major objects that we ne