Skip to content

Instantly share code, notes, and snippets.

@mattn
Created May 16, 2013 04:39
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 mattn/5589442 to your computer and use it in GitHub Desktop.
Save mattn/5589442 to your computer and use it in GitHub Desktop.
let s:V = vital#of("vital")
let s:Log = s:V.import("Log")
let s:logger = s:Log.new("mattn", "c:/temp/")
call s:logger.info("hello world1")
call s:logger.warn("hello world2")
call s:logger.error("hello world3")
call s:logger.info("hello world4")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment