LogSubscriberIgnoreType(Type, VerboseLevel) Method

Ignore all messages of this verbose level.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.169 -- Release Build+271eae8f0556237e4cd130996d9d7c9edf9265f0
public void IgnoreType(
	Type type,
	VerboseLevel level
)

Parameters

type  Type

[Missing <param name="type"/> documentation for "M:Gemstone.Diagnostics.LogSubscriber.IgnoreType(System.Type,Gemstone.Diagnostics.VerboseLevel)"]

level  VerboseLevel

[Missing <param name="level"/> documentation for "M:Gemstone.Diagnostics.LogSubscriber.IgnoreType(System.Type,Gemstone.Diagnostics.VerboseLevel)"]

See Also