ModLoaderLog.ModLoaderLogEntry🔗
Inherits: Resource
This Sub-Class represents a log entry in ModLoader.
Properties🔗
• mod_name
🔗
• message
🔗
• type
🔗
• time
🔗
• time_stamp
🔗
• stack
🔗
Method Descriptions🔗
• String
get_entry()
🔗
Description:🔗
Get the log entry as a formatted string.
Returns:
String
• String
get_prefix()
🔗
Description:🔗
Get the prefix string for the log entry, including the log type and mod name.
Returns:
String
• String
get_md5()
🔗
Description:🔗
Generate an MD5 hash of the log entry (prefix + message).
Returns:
String
• Array
get_all_entries()
🔗
Description:🔗
Get all log entries, including the current entry and entries in the stack.
Returns:
Array