LogMethodAttribute Class

Definition

Assembly XenoAtom.Logging.dll
Inherits ObjectAttribute
Show inherited members (42)

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

Remarks

The attributed method must be static and partial, and its first parameter must be a Logger.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (4)