File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/Coherence/Util/Logging
tests/Coherence.Tests/Resources Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2000, 2020 , Oracle and/or its affiliates.
2+ * Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
33 *
44 * Licensed under the Universal Permissive License v 1.0 as shown at
5- * http ://oss.oracle.com/licenses/upl.
5+ * https ://oss.oracle.com/licenses/upl.
66 */
77using System ;
88using System . Reflection ;
@@ -99,7 +99,7 @@ public static string DefaultDestination
9999 /// </value>
100100 public static string DefaultFormat
101101 {
102- get { return "{date} {product} {version} < {level}> (thread={thread}): {text}" ; }
102+ get { return "{date} {product} {version} < {level}> (thread={thread}): {text}" ; }
103103 }
104104
105105 /// <summary>
Original file line number Diff line number Diff line change 7373 <logging-config >
7474 <destination >stderr</destination >
7575 <severity-level >6</severity-level >
76- <message-format >{date} {product} {version} (TEST) < {level}> (thread={thread}): {text}</message-format >
7776 <character-limit >8192</character-limit >
7877 </logging-config >
7978 <security-config >
You can’t perform that action at this time.
0 commit comments