ConsoleLoggerAddCounter Property |
Gets or sets a value indicating whether to add a counter in front of calls.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool AddCounter { get; set; }
Property Value
Type:
Booleantrue if a counter must be added to logs; otherwise,
false.
See Also