Log.Info(message)
Generates an informational message passed in the argument.
static void Info(string message);
Arguments
message
(string)- The message to generate.
Examples
Log.Info("This is an info message");
Generates an informational message passed in the argument.
static void Info(string message);
message
(string) Log.Info("This is an info message");
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.