Table of Contents

Class GuildLogEntry

Namespace
GuildWars2.Guilds.Logs
Assembly
GW2SDK.dll

An entry in the guild's log, used for audit purposes. This class is the base type for all log entries. Cast objects of this type to a more specific type to access more properties.

public record GuildLogEntry : IEquatable<GuildLogEntry>
Inheritance
GuildLogEntry
Implements
Derived
Inherited Members

Properties

Id

The log ID. It can be used as a skip token for paginated results.

Time

The time when the log entry was created.