mecca.log

Undocumented in source.

Modules

impl
module mecca.log.impl
Undocumented in source.

Members

Functions

DEBUG
void DEBUG(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
ERROR
void ERROR(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
INFO
void INFO(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
LOG_EXCEPTION
void LOG_EXCEPTION(Throwable ex)
Undocumented in source. Be warned that the author may not have intended to support it.
LOG_TRACEBACK
void LOG_TRACEBACK(void*[] bt, string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
META
void META(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
WARN
void WARN(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpStackTrace
void dumpStackTrace(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
flushLog
void flushLog()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LEVEL_BT
enum LEVEL_BT;
Undocumented in source.
LEVEL_DEBUG
enum LEVEL_DEBUG;
Undocumented in source.
LEVEL_ERROR
enum LEVEL_ERROR;
Undocumented in source.
LEVEL_EXCEPTION
enum LEVEL_EXCEPTION;
Undocumented in source.
LEVEL_INFO
enum LEVEL_INFO;
Undocumented in source.
LEVEL_META
enum LEVEL_META;
Undocumented in source.
LEVEL_WARN
enum LEVEL_WARN;
Undocumented in source.
LogToConsole
enum LogToConsole;
Undocumented in source.
loggingInitialized
enum loggingInitialized;

Report whether the loggin infra has been initialized

notrace
enum notrace;

UDA for disabling auto tracing of a specific function

Static variables

btBuffer
void*[128] btBuffer;
Undocumented in source.

Structs

FMT
struct FMT
Undocumented in source.

Meta