| DiagnosticsConfigurationSectionMode Property |
Gets the default log mode
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public EventLevel Mode { get; set; }
Public Property Mode As EventLevel
Get
Set
public:
property EventLevel Mode {
EventLevel get ();
void set (EventLevel value);
}
member Mode : EventLevel with get, set
Property Value
Type:
EventLevelSee Also