db4o

IConfiguration.SetOut Method 

Assigns a PrintStream where db4o is to print its event messages.

Messages are useful for debugging purposes and for learning to understand, how db4o works. The message level can be raised with Db4o.configure().messageLevel() to produce more detailed messages.

Use

setOut(System.out)
to print messages to the console.

void SetOut(
   TextWriter outStream
);

Parameters

outStream
the new
PrintStream
for messages.

See Also

IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.MessageLevel