Click or drag to resize
LogManagerGetCurrentClassLogger Method
Returns an instance of the Logger class.

Namespace: Colygon.MatchPoint.Common.Logging
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static Logger GetCurrentClassLogger()

Return Value

Type: Logger
Remarks
The Logger instance will automatically log into a MatchPoint category that is determined automatically depending on the namespace of the code from which this method is called. If no category can be determined, log entries will be written to the MatchPoint 'Core' category.
See Also