Google Cloud Spanner v1 API - Enum LogLevel (5.0.0-beta03)

public enum LogLevel

Reference 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.Logging

Assembly

Google.Cloud.Spanner.V1.dll

Fields

NameDescription
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.