Table of Contents

Method Debug

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Debug(string, params object[])

Logs useful messages for debugging. The Bolt messages sent and received by this driver are logged at this level.

void Debug(string message, params object[] args)

Parameters

message string

The message.

args object[]

The arguments to replace placeholders in the message.