<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/enableLogCategory(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel17enableLogCategoryyyAA0dE0OF"
  },
  "title" : "enableLogCategory(_:)"
}
-->

# enableLogCategory(_:)

Enables a specific log category.

```
func enableLogCategory(_ category: LogCategory)
```

## Parameters

`category`

The category to enable. Use `.all` to enable all categories.