Edit

Share via


LogDispatcher Class

Definition

This class contains static members that provide log support.

public static class LogDispatcher
type LogDispatcher = class
Public Module LogDispatcher
Inheritance
LogDispatcher

Properties

LoggerFactory

The default logger factory for the whole assembly. If this is null (the default), logging is disabled

Methods

GetCurrentClassLogger(Object)

Gets a logger with the name of the current class

GetLogger(String)

Gets a logger with the given name

Applies to