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