DataLakeStoreTraceLogger.BuildMessage(String, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public string BuildMessage (string logType, string message, params object[] args);
member this.BuildMessage : string * string * obj[] -> string
Public Function BuildMessage (logType As String, message As String, ParamArray args As Object()) As String
Parameters
- logType
- String
- message
- String
- args
- Object[]