MongoDBDestination Constructor (String, String, String, String)NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates a new instance of destination that stores log MongoDB

Namespace: NFX.Log.Destinations
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public MongoDBDestination(
	string name,
	string connectString,
	string dbName,
	string collectionName = null
)
See Also