This allows you to enable debug-messages of db4o. Currently four message levels are supported:
IEmbeddedConfiguration configuration = Db4oEmbedded.NewConfiguration(); configuration.Common.MessageLevel = 4;
Dim configuration As IEmbeddedConfiguration = Db4oEmbedded.NewConfiguration() configuration.Common.MessageLevel = 4
By default the output is send to the console. But you can redirect the output to any output stream. See "Changing the Output Stream"