kissrpc.Logs

Undocumented in source.

Members

Aliases

deWritefln
alias deWritefln = logFormatDebug
Undocumented in source.
deWritefln
alias deWritefln = nullLog
Undocumented in source.
deWriteln
alias deWriteln = logFormatDebug
Undocumented in source.
deWriteln
alias deWriteln = nullLog
Undocumented in source.
logCritical
alias logCritical = nullLog
Undocumented in source.
logCritical
alias logCritical = logFormatCritical
Undocumented in source.
logError
alias logError = nullLog
Undocumented in source.
logError
alias logError = logFormatError
Undocumented in source.
logFatal
alias logFatal = nullLog
Undocumented in source.
logFatal
alias logFatal = logFormatFatal
Undocumented in source.
logInfo
alias logInfo = nullLog
Undocumented in source.
logInfo
alias logInfo = logFormatInfo
Undocumented in source.
logWarning
alias logWarning = nullLog
Undocumented in source.
logWarning
alias logWarning = logFormatWarning
Undocumented in source.

Enums

LOG_LEVEL
enum LOG_LEVEL
Undocumented in source.

Functions

kissLogCritical
void kissLogCritical(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
kissLogDebug
void kissLogDebug(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
kissLogError
void kissLogError(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
kissLogFatal
void kissLogFatal(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
kissLogInfo
void kissLogInfo(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
kissLogWarning
void kissLogWarning(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logCritical
void logCritical(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logError
void logError(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logFatal
void logFatal(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormat
void logFormat(T args, LOG_LEVEL level)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatCritical
void logFormatCritical(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatDebug
void logFormatDebug(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatError
void logFormatError(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatFatal
void logFormatFatal(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatInfo
void logFormatInfo(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFormatWarning
void logFormatWarning(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logInfo
void logInfo(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logKiss
void logKiss(string msg, LOG_LEVEL type, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
logWarning
void logWarning(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
log_debug
void log_debug(string msg, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
nullLog
void nullLog(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
nullLog
void nullLog(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
outputLog
void outputLog(LOG_LEVEL type, string logText)
Undocumented in source. Be warned that the author may not have intended to support it.
setOutputLogPath
bool setOutputLogPath(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
win_writeln
void win_writeln(string msg, ushort color)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

g_hout
HANDLE g_hout;
Undocumented in source.
g_log
Log g_log;
Undocumented in source.
logFile
FileLogger logFile;
Undocumented in source.

Variables

PRINT_COLOR_GREEN
string PRINT_COLOR_GREEN;
Undocumented in source.
PRINT_COLOR_NONE
string PRINT_COLOR_NONE;
Undocumented in source.
PRINT_COLOR_RED
string PRINT_COLOR_RED;
Undocumented in source.
PRINT_COLOR_YELLOW
string PRINT_COLOR_YELLOW;
Undocumented in source.

Meta