-
Home
-
API
-
XenoAtom.Logging
-
LogMethodAttribute
-
Constructors
-
LogMethodAttribute(LogLevel, String)
LogMethodAttribute(LogLevel, String) Constructor
Definition
Initializes a new instance of the LogMethodAttribute class.
public LogMethodAttribute(LogLevel level, string message)
Parameters
- level
- LogLevel
The log level used when emitting this message.
- message
- String
The compile-time message template.