Npgsql API Documentation

NpgsqlEventLog.EchoMessages Property

[This is preliminary documentation and subject to change.]

Sets/Returns whether Log messages should be echoed to the console

[Visual Basic]
Public Shared Property EchoMessages As Boolean
[C#]
public static bool EchoMessages {get; set;}

Property Value

true if Log messages are echoed to the console, otherwise false

See Also

NpgsqlEventLog Class | Npgsql Namespace