Overloads Function LogAttachment( _ ByVal level As LoggingLevel, _ ByVal message As String, _ ByVal attachmentName As String, _ ByVal attachmentStream As Stream _ ) As LogResponse
Dim instance As ILog Dim level As LoggingLevel Dim message As String Dim attachmentName As String Dim attachmentStream As Stream Dim value As LogResponse value = instance.LogAttachment(level, message, attachmentName, attachmentStream)
LogResponse LogAttachment( LoggingLevel level, string message, string attachmentName, Stream attachmentStream )
LogResponse^ LogAttachment( LoggingLevel level, String^ message, String^ attachmentName, Stream^ attachmentStream )
Parameters
- level
- The logging level
- message
- The message to log with the attachment
- attachmentName
- The filename only for the attachment stream
- attachmentStream
- A binary stream