Overloads Function LogAttachment( _ ByVal level As LoggingLevel, _ ByVal message As String, _ ByVal filePath As String _ ) As LogResponse
Dim instance As ILog Dim level As LoggingLevel Dim message As String Dim filePath As String Dim value As LogResponse value = instance.LogAttachment(level, message, filePath)
LogResponse LogAttachment( LoggingLevel level, string message, string filePath )
LogResponse^ LogAttachment( LoggingLevel level, String^ message, String^ filePath )
Parameters
- level
- The logging level
- message
- The message to log with the attachment
- filePath
- A file to log inside the binary target