Skip to content

Instantly share code, notes, and snippets.

@yogeshbh
Created May 28, 2021 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeshbh/3bf810f8124b48d6b21917149d608341 to your computer and use it in GitHub Desktop.
Save yogeshbh/3bf810f8124b48d6b21917149d608341 to your computer and use it in GitHub Desktop.
final class SignpostLog {
static let networking = OSLog(subsystem: "com.yuvedha.booksapp", category: "Networking")
static let pointOFInterest = OSLog(subsystem: "com.yuvedha.booksapp", category: .pointsOfInterest)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment