diff --git a/Technotes/Logs.md b/Technotes/Logs.md index 284b29c5d..2eea4f057 100644 --- a/Technotes/Logs.md +++ b/Technotes/Logs.md @@ -1,6 +1,6 @@ # Logs -`RSCore` contains a protocol called `Logging`. Classes and Structs that conform to `Logging` have a `logger` variable that the Class or Struct can use instead of importing `os.log` and creating a `var log = Logger(..)` variable. +`RSCore` contains a protocol called `Logging`. Classes and structs that conform to `Logging` have a `logger` variable that the Class or Struct can use instead of importing `os.log` and creating a `var log = Logger(..)` variable. Example: