Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 8, 2020 16:23
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 fitomad/f6f226071f4a8e11c357117ba5bfe702 to your computer and use it in GitHub Desktop.
Save fitomad/f6f226071f4a8e11c357117ba5bfe702 to your computer and use it in GitHub Desktop.
public protocol Logging
{
/**
Escribe una entrada en el sistema de logging
*/
func log(_ message: String) -> Void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment