LogManagerGetCurrentClassLogger Method (Enum) |
Returns an instance of the
Logger class.
Namespace:
Colygon.MatchPoint.Common.Logging
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax public static Logger GetCurrentClassLogger(
Enum logPrefix
)
Parameters
- logPrefix
- Type: SystemEnum
An enum which is used as a prefix for all log messages.
Return Value
Type:
LoggerRemarks
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