X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Diagnostics.Tracing%2FEventAttribute.cs;h=33ff04a566acbdbfc9ec3c894f074c357092a512;hb=849623f0aeca7c07dfcc3d5070b8d555515be988;hp=191e9932deff16a1ad8f66cda6e4c0aa92e05274;hpb=6733010353a6024a2b437a6cd5c5c30ae6e99218;p=mono.git diff --git a/mcs/class/corlib/System.Diagnostics.Tracing/EventAttribute.cs b/mcs/class/corlib/System.Diagnostics.Tracing/EventAttribute.cs index 191e9932def..33ff04a566a 100644 --- a/mcs/class/corlib/System.Diagnostics.Tracing/EventAttribute.cs +++ b/mcs/class/corlib/System.Diagnostics.Tracing/EventAttribute.cs @@ -41,6 +41,9 @@ namespace System.Diagnostics.Tracing get; private set; } + public EventLevel Level { get; set; } + public EventKeywords Keywords { get; set; } + } }