Skip to content

Commit bf3c435

Browse files
committed
Update log delimiter
1 parent 122a463 commit bf3c435

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Key features include:
5656
* Component inheritance.
5757
* Ability to preserve component history.
5858
* Designed without considering FXML support.
59+
* Support for component-level logging.
5960
* Detailed documentation and sample code.
6061

6162
## MVVM <a name="mvvm"></a>

mvvm4fx-core/src/main/java/com/techsenger/mvvm4fx/core/ComponentDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public class ComponentDescriptor {
3636

37-
private static String logDelimiter = " ::";
37+
private static String logDelimiter = " :";
3838

3939
public static String getLogDelimiter() {
4040
return logDelimiter;

0 commit comments

Comments
 (0)