Method LogInfo
LogInfo(String)
Declaration
public static void LogInfo(string message)
Parameters
| Type |
Name |
Description |
| String |
message |
|
LogInfo(GeneratorExecutionContext, String, String, String, Location, String)
Declaration
public static void LogInfo(this GeneratorExecutionContext context, string errorCode, string title, string errorMessage, Location location, string description = "")
Parameters
| Type |
Name |
Description |
| GeneratorExecutionContext |
context |
|
| String |
errorCode |
|
| String |
title |
|
| String |
errorMessage |
|
| Location |
location |
|
| String |
description |
|