Log

Sends a logged message to the hub.

Members

Mixins

__anonymous
mixin IO!(timestamp, worldId, logger, message, commandId)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
NO_WORLD
enum int NO_WORLD;
Undocumented in source.
commandId
int commandId;

Identifier of the command that has generated the log or -1 if the log wasn't generated by a command.

logger
string logger;

Name of the logger thas has generated the log, if the log doesn't come from a world.

message
string message;

Logged message. It may contain Minecraft formatting codes.

timestamp
ulong timestamp;

Unix time (in milliseconds) that indicates the exact creation time of the log (for ordering purposes).

worldId
int worldId;

Id of the world that has generated the log, if the log comes from a world, -1 otherwise.

Meta