Click or drag to resize
LogManagerGetCurrentClassLogger Method (String)
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(
	string logPrefix
)

Parameters

logPrefix
Type: SystemString
A string which is used as a prefix for all log messages.

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