MCPcopy Create free account
hub / github.com/HangfireIO/Hangfire.Samples / WriteLine

Method WriteLine

Hangfire.MvcApplication/TextBuffer.cs:10–16  ·  view source on GitHub ↗
(string value)

Source from the content-addressed store, hash-verified

8 private static readonly StringBuilder Buffer = new StringBuilder();
9
10 public static void WriteLine(string value)
11 {
12 lock (Buffer)
13 {
14 Buffer.AppendLine(String.Format("{0} {1}", DateTime.Now, value));
15 }
16 }
17
18 public new static string ToString()
19 {

Callers 9

ConfigurationMethod · 0.80
MainMethod · 0.80
ConfigurationMethod · 0.80
LogMethod · 0.80
Application_StartMethod · 0.80
ConfigurationMethod · 0.80
CreateMethod · 0.80
StartMethod · 0.80
ConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected