 | DatabaseTargetBuildConnectionString Method |
Build the connectionstring from the properties.
Namespace:
NLog.Targets
Assembly:
NLog.Database (in NLog.Database.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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