Enum LocalQueueType (3.3.0)

public enum LocalQueueType

Whether log events are queued in memory or to disk. Only in-memory is currently supported.

Namespace

Google.Cloud.Logging.Log4Net

Assembly

Google.Cloud.Logging.Log4Net.dll

Fields

NameDescription
Memory

Queue log events in memory before sending to Cloud Logging. Unsent log events will be lost on program crash.