Enum MetaDataType (3.3.0)

public enum MetaDataType

Types of metadata that can be attached to log events.

Namespace

Google.Cloud.Logging.Log4Net

Assembly

Google.Cloud.Logging.Log4Net.dll

Fields

NameDescription
Domain

The AppDomain friendly name; with the label "Domain".

Identity

The string name of the identity of the current thread principal; with the label "Identity".

Level

The Level of the logging event; with the label "Level".

Location

The code location of the log entry.

LoggerName

The name of the logger that logged the event; with the label "LoggerName".

ThreadName

The name of the current thread, or the thread ID when the name is not avaible; with the label "ThreadName".

UserName

The name of the current user, or "NOT AVAILABLE"; with the label "UserName".