sets the detail level of db4o messages.
sets the detail level of db4o messages. Messages will be output to the configured output PrintStream .
Level 0 - no messages
Level 1 - open and close messages
Level 2 - messages for new, update and delete
Level 3 - messages for activate and deactivate
When using client-server and the level is set to 0, the server will override this and set it to 1. To get around this you can set the level to -1. This has the effect of not returning any messages.
IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.SetOut