public class Log
{
public int id = 0; // Some ID
public int lvl = 0; // Error level:
// Trace - 0,
// Debug - 1,
// Info - 2,
// Warn - 3,
// Error - 4,
// Fatal - 5
public int type; // Type of message
public string src = ""; // Source
public string msg = ""; // Message