Declares a logging method that is implemented by the XenoAtom.Logging source generator.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class LogMethodAttribute : Attribute
The attributed method must be static and partial, and its
first parameter must be a Logger.
kind:method, kind:property, kind:ctor. Press Esc to clear.LogMethodAttribute(LogLevel, String)Initializes a new instance of the LogMethodAttribute class.