PluginBaseLogLineToApplicationOutput Method (String, String, Boolean) |
Logs the line passed in to application output using the settings specified, as a non-verbose message
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,
bool appendNewLine
)
Protected Sub LogLineToApplicationOutput (
lineToLog As String,
source As String,
appendNewLine As Boolean
)
Parameters
- lineToLog
- Type: SystemString
Line to log. - source
- Type: SystemString
Source of the message - appendNewLine
- Type: SystemBoolean
Append new line after the line or not
See Also