Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
finnvoor committed Oct 13, 2023
1 parent d9295dc commit 517960a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/StaticLogger/StaticLogger.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Adds a static `logger` member to the type.
// - Parameters:
// - subsystem: An optional subsystem for the logger to use. Defaults to `Bundle.main.bundleIdentifier`.
// - category: An optional category for the logger to use. Defaults to `String(describing: Self.self)`.
/// Adds a static `logger` member to the type.
/// - Parameters:
/// - subsystem: An optional subsystem for the logger to use. Defaults to `Bundle.main.bundleIdentifier`.
/// - category: An optional category for the logger to use. Defaults to `String(describing: Self.self)`.
@attached(member, names: named(logger)) public macro StaticLogger(
subsystem: String? = nil,
category: String? = nil
Expand Down

0 comments on commit 517960a

Please sign in to comment.