public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage
The runtime logging config of the job.
Implements
IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
LoggingConfig()
public LoggingConfig()
LoggingConfig(LoggingConfig)
public LoggingConfig(LoggingConfig other)
Parameter | |
---|---|
Name | Description |
other | LoggingConfig |
Properties
DriverLogLevels
public MapField<string, LoggingConfig.Types.Level> DriverLogLevels { get; }
The per-package log levels for the driver. This may include "root" package name to configure rootLogger. Examples: 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'
Property Value | |
---|---|
Type | Description |
MapField<String, LoggingConfig.Types.Level> |