selery.log

Members

Classes

Logger
class Logger
Undocumented in source.

Enums

Format
enum Format

Formatting codes for Minecraft and the system's console.

Functions

error_log
deprecated void error_log(E args)
Undocumented in source. Be warned that the author may not have intended to support it.
log
deprecated void log(E args)
Undocumented in source. Be warned that the author may not have intended to support it.
raw_log
deprecated void raw_log(E args)
Undocumented in source. Be warned that the author may not have intended to support it.
setLogger
deprecated void setLogger(void delegate(string, int, int) func)
Undocumented in source. Be warned that the author may not have intended to support it.
warning_log
deprecated void warning_log(E args)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Message
struct Message

Indicates a generic message. It can be a formatting code, a raw string or a translatable content.

Meta

Authors

Kripth