You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/Google.Cloud.Logging.NLog/Google.Cloud.Logging.NLog.IntegrationTests/Google.Cloud.Logging.NLog.IntegrationTests.csproj
Copy file name to clipboardExpand all lines: apis/Google.Cloud.Logging.NLog/docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ then the `projectId="PROJECT_ID"` configuration setting can be omitted; it will
46
46
-`ContextProperty` - Allows custom labels to be added to the log entries as extra metadata.
47
47
-`CredentialFile` - Credentials using a JSON file, instead of using the application default credentials
48
48
-`CredentialJson` - Credentials using raw JSON input, instead of using the application default credentials
49
+
-`CredentialType` - Specifies the type of credential being used (Default = "service_account"). The value must be a valid type as defined on [JsonCredentialParameters](https://docs.cloud.google.com/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Auth.OAuth2.JsonCredentialParameters); possible values include "service_account", "authorized_user", "external_account", and "impersonated_service_account".
49
50
-`IncludeCallSite` - Include `LogEntrySourceLocation` extracted from NLog callsite. (This only includes the function name.)
50
51
-`IncludeCallSiteStackTrace` - Include `LogEntrySourceLocation` extracted from NLog callsite. (This also includes file name and line number.)
51
52
-`IncludeEventProperties` - Includes structured logging properties from NLog `LogEventInfo.Properties`.
0 commit comments