Convenience converter access: given an implicit LogSource and
akka.actor.ActorSystem, generate the string representation and
originating class.
Convenience converter access: given an implicit LogSource, generate the
string representation and originating class.
construct string representation for any object according to
rules above (including the actor system’s address) with fallback to its
Class’s simple name.
construct string representation for any object according to
rules above with fallback to its Class’s simple name.
This object holds predefined formatting rules for log sources.
In case an akka.actor.ActorSystem is provided, the following apply:
Stringas source will append "(<system address>)" and use the resultClasswill extract its simple name, append "(<system address>)" and use the resultIn case a akka.event.LoggingBus is provided, the following apply:
Stringas source will be used as isClasswill extract its simple name