Table of Contents

Struct ActionLogEntry

Namespace
Uncreated.Warfare.Events.Logging
Assembly
Uncreated.Warfare.dll
public readonly struct ActionLogEntry
Inherited Members

Constructors

ActionLogEntry(ActionLogType, string, CSteamID)

public ActionLogEntry(ActionLogType type, string message, CSteamID player)

Parameters

type ActionLogType
message string
player CSteamID

ActionLogEntry(ActionLogType, string, ulong)

public ActionLogEntry(ActionLogType type, string message, ulong player)

Parameters

type ActionLogType
message string
player ulong

ActionLogEntry(ActionLogType, string, WarfarePlayer?)

public ActionLogEntry(ActionLogType type, string message, WarfarePlayer? player)

Parameters

type ActionLogType
message string
player WarfarePlayer

Fields

Message

public readonly string Message

Field Value

string

Player

public readonly ulong Player

Field Value

ulong

Type

[ValueProvider("Uncreated.Warfare.Events.Logging.ActionLogTypes")]
public readonly ActionLogType Type

Field Value

ActionLogType

Methods

FromLine(ReadOnlySpan<char>)

public static ParsedActionLogEntry FromLine(ReadOnlySpan<char> line)

Parameters

line ReadOnlySpan<char>

Returns

ParsedActionLogEntry

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.