We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122a463 commit bf3c435Copy full SHA for bf3c435
README.md
@@ -56,6 +56,7 @@ Key features include:
56
* Component inheritance.
57
* Ability to preserve component history.
58
* Designed without considering FXML support.
59
+* Support for component-level logging.
60
* Detailed documentation and sample code.
61
62
## MVVM <a name="mvvm"></a>
mvvm4fx-core/src/main/java/com/techsenger/mvvm4fx/core/ComponentDescriptor.java
@@ -34,7 +34,7 @@
34
*/
35
public class ComponentDescriptor {
36
37
- private static String logDelimiter = " ::";
+ private static String logDelimiter = " :";
38
39
public static String getLogDelimiter() {
40
return logDelimiter;
0 commit comments