55![ .NET Version] ( https://img.shields.io/badge/.NET->=4.0-brightgreen.svg?style=plastic )
66
77
8- --------------------------------------------------------------------
8+ ---
99
1010
1111## Outline
2929- [ ** Visual Studio - Code Snippets** ] ( #visual-studio---code-snippets )
3030
3131
32- --------------------------------------------------------------------
32+ ---
3333
3434
3535## About
4646- Any WinForms or WPF field component
4747
4848
49- --------------------------------------------------------------------
49+ ---
5050
5151
5252## Instalation
@@ -58,7 +58,7 @@ PM> Install-Package Desharp
5858```
5959
6060
61- --------------------------------------------------------------------
61+ ---
6262
6363
6464## Demos & Examples
@@ -75,7 +75,7 @@ PM> Install-Package Desharp
7575 Demo dumps and exceptions rendering into floating browser bar and logging on HDD.
7676
7777
78- --------------------------------------------------------------------
78+ ---
7979
8080
8181## Do Not Miss
@@ -85,7 +85,7 @@ PM> Install-Package Desharp
8585 Automatic Visual Studio (or any other) editor opening on specific file and line from rendered logs and exceptions.
8686
8787
88- --------------------------------------------------------------------
88+ ---
8989
9090
9191## Usage In Code
@@ -268,7 +268,7 @@ Desharp.Debug.Stop();
268268Desharp .Debug .Timer (string name = null , bool returnTimerSeconds = false , Level logLevel = Level .DEBUG );
269269```
270270
271- --------------------------------------------------------------------
271+ ---
272272
273273
274274## Dumps & Logs Outputs
@@ -280,7 +280,7 @@ Desharp.Debug.Timer(string name = null, bool returnTimerSeconds = false, Level l
280280- file logs in text/html formats
281281
282282
283- --------------------------------------------------------------------
283+ ---
284284
285285
286286## What You Can Dump Or Log
@@ -328,7 +328,7 @@ Desharp.Debug.Timer(string name = null, bool returnTimerSeconds = false, Level l
328328 over whole browser window immediately with possibility to close it back into floating bar
329329
330330
331- --------------------------------------------------------------------
331+ ---
332332
333333
334334## Configuration
@@ -373,7 +373,7 @@ into your `App.config` or into `Web.config` file (if exists):
373373 ...
374374 <add key =" Desharp:Enabled" value =" 1" />
375375 <add key =" Desharp:Output" value =" html" />
376- <add key =" Desharp:Levels" value =" + exception,debug,info,-notice,-warning,+ error,+ critical,alert,+ emergency,javascript" />
376+ <add key =" Desharp:Levels" value =" exception,debug,info,-notice,-warning,error,critical,alert,emergency,javascript" />
377377 <add key =" Desharp:Directory" value =" ~/Logs" />
378378</appSettings >
379379```
@@ -386,7 +386,7 @@ into your `App.config` or into `Web.config` file (if exists):
386386 <add key =" Desharp:Enabled" value =" 1" />
387387 <add key =" Desharp:Output" value =" html" />
388388 <add key =" Desharp:DebugIps" value =" 127.0.0.1,::1" />`
389- <add key =" Desharp:Levels" value =" + exception,debug,info,-notice,-warning,+ error,+ critical,alert,+ emergency,javascript" />
389+ <add key =" Desharp:Levels" value =" exception,debug,info,-notice,-warning,error,critical,alert,emergency,javascript" />
390390 <add key =" Desharp:Panels" value =" Desharp.Panels.SystemInfo,Desharp.Panels.Session" />
391391 <add key =" Desharp:Directory" value =" ~/Logs" />
392392</appSettings >
@@ -610,7 +610,7 @@ where are all detailed configuration options you can copy and paste:
610610</configuration >
611611```
612612
613- --------------------------------------------------------------------
613+ ---
614614
615615
616616## Visual Studio - Code Snippets
0 commit comments