You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Print to application output or log into file (if enabled) first param to be true or not and describe what was equal or not in first param by second param message.</Description>
8
8
<Author>Tom Flídr</Author>
9
-
<SnippetTypes>
10
-
<SnippetType>Expansion</SnippetType>
11
-
</SnippetTypes>
12
9
</Header>
13
10
<Snippet>
14
11
<Declarations>
@@ -18,21 +15,23 @@
18
15
</Literal>
19
16
<Literal>
20
17
<ID>comparation</ID>
21
-
<Default></Default>
22
-
<ToolTip>Comparation to log/dump.</ToolTip>
18
+
<Default>true</Default>
19
+
<ToolTip>Comparation boolean to dump or log, way to compare things is up to you.</ToolTip>
23
20
</Literal>
24
21
<Literal>
25
22
<ID>description</ID>
26
23
<Default></Default>
27
-
<ToolTip>Comparation description.</ToolTip>
24
+
<ToolTip>Any text to describe previous comparation.</ToolTip>
<Description>Configure Desharp assembly from running application environment and override any XML config settings or automaticly detected settings.</Description>
<ToolTip>Debug dumping into output is enabled or not.</ToolTip>
28
+
</Literal>
29
+
<Literal>
30
+
<ID>depth</ID>
31
+
<Default>3</Default>
32
+
<ToolTip>How many levels in complex type variables will be iterated throw to dump all it's properties, fields and other values.</ToolTip>
33
+
</Literal>
34
+
<Literal>
35
+
<ID>directory</ID>
36
+
<Default>logs</Default>
37
+
<ToolTip>Relative or absolute path into directory where all log files and mail notify boolean files will be stored.</ToolTip>
38
+
</Literal>
39
+
<Literal>
40
+
<ID>logFormat</ID>
41
+
<Default>Auto</Default>
42
+
<ToolTip>Application environment - usually automaticly determinated by Desharp asembly - change this value only when you REALLY know what you are doing!</ToolTip>
<Description>Print any serializable .NET object into JSON and log in client browser console through FirePHP/fire4chrome browser extension.</Description>
<Description>Print current thread stack trace into application output and exit web request for web applications or exit running desktop application with all application threads.</Description>
<Description>Prints to ouput or into log file number of seconds from last timer call under called name in seconds with 3 floating point decimal spaces.</Description>
8
8
<Author>Tom Flídr</Author>
9
-
<SnippetTypes>
10
-
<SnippetType>Expansion</SnippetType>
11
-
</SnippetTypes>
12
9
</Header>
13
10
<Snippet>
14
11
<Declarations>
@@ -18,13 +15,12 @@
18
15
</Literal>
19
16
<Literal>
20
17
<ID>name</ID>
21
-
<Default></Default>
22
-
<ToolTip>Name to identify timer.</ToolTip>
18
+
<Default>default</Default>
19
+
<ToolTip>Timer name, used as key to find last <c>Desharp.Debug.Timer(name);</c> call from internal dictionary to print the timespan in app output or log file.</ToolTip>
0 commit comments