public enum LogLevelReference documentation and code samples for the Google Cloud Spanner v1 API enum LogLevel.
Log levels for Spanner client internal logging.
Namespace
Google.Cloud.Spanner.V1.Internal.LoggingAssembly
Google.Cloud.Spanner.V1.dll
Fields |
|
|---|---|
| Name | Description |
Debug |
Used for logging debug (diagnostic) information, primarily for debugging library issues. |
Error |
Used for logging errors, usually indicating a problem with the Spanner libraries. |
Info |
Used for logging general-purpose information. |
None |
Never used for an actual log entry, a logger with this level will never log. |
Warn |
Used for logging warnings, for example to indicate a non-critical error such as a failure to refresh a session. |