SpineEventEngine / base

The framework's base types and utilities
Apache License 2.0
12 stars 4 forks source link

`ClassTypeValue.toString()` should return fully-qualified name #121

Closed alexander-yevsyukov closed 6 years ago

alexander-yevsyukov commented 6 years ago

Now it returns Class.getName(). In the presence of several objects with the same name (e.g. Order, CreateOrder) in different bounded contexts of an app, returning a short name can be confusing in debugging or log analysis.

alexander-yevsyukov commented 6 years ago

It already does.