-
Home
-
API
-
XenoAtom.Logging
-
LoggerExtensions
-
Methods
-
Debug(Logger, Object?, String)
Debug(Logger, Object?, String) Method
Definition
Logs a message with Debug level.
public static void Debug(this Logger logger, object? attachment, string msg)
Parameters
- logger
- Logger
The logger instance.
- attachment
- Object
An optional attachment associated with the message.