 | DatabaseTargetBuildConnectionString Method |
Build the connectionstring from the properties.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxprotected string BuildConnectionString(
LogEventInfo logEvent
)
Protected Function BuildConnectionString (
logEvent As LogEventInfo
) As String
Dim logEvent As LogEventInfo
Dim returnValue As String
returnValue = Me.BuildConnectionString(logEvent)
member BuildConnectionString :
logEvent : LogEventInfo -> string
Parameters
- logEvent
- Type: NLogLogEventInfo
Event to render the layout inside the properties.
Return Value
Type:
String
Remarks
See Also