Google.Cloud.Logging.Log4Net - Class GoogleStackdriverAppender.Label (4.1.0)

public class GoogleStackdriverAppender.Label

Reference documentation and code samples for the Google.Cloud.Logging.Log4Net class GoogleStackdriverAppender.Label.

Custom label attached to log events.

Inheritance

object > GoogleStackdriverAppender.Label

Namespace

Google.Cloud.Logging.Log4Net

Assembly

Google.Cloud.Logging.Log4Net.dll

Properties

Key

public string Key { get; set; }

Label key.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

Label value.

Property Value
TypeDescription
string