LoggerOptions

Undocumented in source.

Members

Variables

file_name
string file_name;

File used for the logger

flush
bool flush;

Will automatic flush the logger file when a message has been received

mask
uint mask;

Logger mask

task_name
string task_name;

Name of the logger task

to_console
bool to_console;

Will duplicate logger information to the console

trunc_size
uint trunc_size;

Struct size in bytes (if zero the logger file is not truncated)

Mixed In Members

From mixin JSONCommon

toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Initialize a struct from a JSON