Skip to content

bd50b33f 4c09 6401 cc19 a0884d09d104

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

ILoggerSettings.ShowKey Property

Determines whether the message key is shown or not.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

bool ShowKey { get; set; }

Property Value

Type: Boolean
True, the message key is visible and false the message key is hidden.

Remarks

Showing the key of a particular message is very useful. But sometimes it is more useful to hide message keys at all. For this purpose this property can be used.

See Also

Reference

ILoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally