PluginBaseLogLineToApplicationOutput Method (String, String) |
Logs the line passed in to application output using the settings specified, as a non-verbose message and appends a newline to the line logged
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected void LogLineToApplicationOutput(
string lineToLog,
string source
)
Protected Sub LogLineToApplicationOutput (
lineToLog As String,
source As String
)
Parameters
- lineToLog
- Type: SystemString
Line to log. - source
- Type: SystemString
Source of the message
See Also