Skip to content

Instantly share code, notes, and snippets.

@yogeshbh
Created July 24, 2017 10:06
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/b703c2f367c6b9e646c6d3a805ae3ffe to your computer and use it in GitHub Desktop.
Save yogeshbh/b703c2f367c6b9e646c6d3a805ae3ffe to your computer and use it in GitHub Desktop.
extension YBLoggerConfiguration {
func addTimeStamp() -> Bool {return false}
func addFileName() -> Bool {return false}
func addFunctionName() -> Bool {return true}
func addLineNumber() -> Bool {return true}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment