Logger.info

Log an information message. It starts with the current time + " -> LOG_INFO: "

class Logger
@safe
void
info
(
string message
)

Meta