You are here: Configuration > Common Configuration > Message Level

Message Level

This allows you to enable debug-messages of db4o. Currently four message levels are supported:

IEmbeddedConfiguration configuration = Db4oEmbedded.NewConfiguration();
configuration.Common.MessageLevel = 4;
CommonConfigurationExamples.cs: Change the message-level
Dim configuration As IEmbeddedConfiguration = Db4oEmbedded.NewConfiguration()
configuration.Common.MessageLevel = 4
CommonConfigurationExamples.vb: Change the message-level

By default the output is send to the console. But you can redirect the output to any output stream. See "Changing the Output Stream"