Skip to content

rugbbyli/VSLogcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSLogcat

simple logcat for visual studio

Install

  1. build this project ,install "VSLogcat.vsix" ,then restart your visual studio;

  2. add file "Log.cs" to your project;

Example

Log.I("info-------------------->info");
Log.D("debug-------------------->debug");
Log.W("warn-------------------->warn");
Log.E("error-------------------->error");
Log.V("verbose-------------------->verbose");

image

image

About

simple logcat for visual studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages