Npgsql API Docs

NpgsqlEventLog.Level Property

Sets/Returns the level of information to log to the logfile.

[Visual Basic]
Public Shared Property Level As LogLevel
[C#]
public static LogLevel Level {get; set;}

Property Value

The current LogLevel

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlEventLog.Level

See Also

NpgsqlEventLog Class | Npgsql Namespace