tagion.logger.Logger

Global logger module

Members

Enums

LogLevel
enum LogLevel

Is a but mask for the logger

Functions

setThreadName
int setThreadName(string _name)

* Set the thread name to the same as the task name * Note. Makes it easier to debug because pthread name is the same as th task name * Cuts of the name if longer than length allowed by the kernel

Structs

Logger
struct Logger

Logger used one for each thread