Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • 5.5
  • 5.1
  • master protected
  • deprecated/4-22
5 results

UniversalLogging.uplugin

Blame
  • UniversalLogging.uplugin 629 B
    {
      "FileVersion": 3,
    
      "FriendlyName": "Universal Logging Plugin",
      "Version": 1,
      "VersionName": "1.0",
      "Description": "This plugin adds universal logging functionality which can be used also in shipping builds.",
      "Category": "Logging",
      "CreatedBy": "Martin Bellgardt",
      "CreatedByURL": "https://bird.lol",
      "CanContainContent": "true",
    
      "Modules": [
        {
          "Name": "UniversalLogging",
          "Type": "Runtime",
          "LoadingPhase": "PreDefault"
        }
      ],
      "Plugins": [
        {
          "Name": "nDisplay",
          "Enabled": true,
          "WhitelistPlatforms": [
            "Win64",
            "Linux"
          ]
        }
      ]
    }