Struct ActionLogEntry
public readonly struct ActionLogEntry
- Inherited Members
Constructors
ActionLogEntry(ActionLogType, string, CSteamID)
public ActionLogEntry(ActionLogType type, string message, CSteamID player)
Parameters
typeActionLogTypemessagestringplayerCSteamID
ActionLogEntry(ActionLogType, string, ulong)
public ActionLogEntry(ActionLogType type, string message, ulong player)
Parameters
typeActionLogTypemessagestringplayerulong
ActionLogEntry(ActionLogType, string, WarfarePlayer?)
public ActionLogEntry(ActionLogType type, string message, WarfarePlayer? player)
Parameters
typeActionLogTypemessagestringplayerWarfarePlayer
Fields
Message
public readonly string Message
Field Value
Player
public readonly ulong Player
Field Value
Type
[ValueProvider("Uncreated.Warfare.Events.Logging.ActionLogTypes")]
public readonly ActionLogType Type
Field Value
Methods
FromLine(ReadOnlySpan<char>)
public static ParsedActionLogEntry FromLine(ReadOnlySpan<char> line)
Parameters
lineReadOnlySpan<char>
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.