Toggle navigation
Home
org.pentaho.di.core.logging.LogMessage to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'pentaho-kettle'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Cascading Type Change (Similar)
LogMessage
to
String
Add or Remove Method invocation
(LogMessage)payload
to
bufferStream.filter(line -> { String logChannelId=getLogChId(line); return includeGeneral ? isGeneral(logChannelId) || channelId.contains(logChannelId) : channelId.contains(logChannelId); } )
Rename Variable
message
to
logChannelId