nitro_log 1.0.0

Customizable and Expandable Logger
Documentation
{
  "root_loggers": [
    {
      "format": {
        "format": "[{{chrono(DATE_TIME)}}]  [{{module({})}}] {{value.hi}} {{level(LEVEL_SETTINGS)}}: {{message({})}}",
        "placeholders": {
          "LEVEL_SETTINGS": {
            "styles": {}
          },
          "DATE_TIME": {
            "format": "%Y-%m-%d %H:%M:%S"
          }
        }
      },
      "structure_dump": true,
      "targets": [
        {
          "type": "console"
        },
        {
          "type": "file_logger",
          "properties": {
            "file": "logs/{{value}}/{{module({})}}.log"
          }
        }
      ]
    }
  ]
}