Aaronontheweb on fix-di-typo
Aaronontheweb on dev
Fixed a typo with `dependency-i… (compare)
Aaronontheweb on fix-di-typo
Fixed a typo with `dependency-i… (compare)
Aaronontheweb on dev
Akka.DependencyInjection.Servic… (compare)
<akka>
<hocon>
<![CDATA[
akka
{
loggers = ["Akka.Logger.NLog.NLogLogger, Akka.Logger.NLog"]
# here we are configuring log levels
stdout-loglevel = DEBUG
loglevel = DEBUG
log-config-on-start = on
actor
{
debug
{
receive = on
autoreceive = on
lifecycle = on
event-stream = on
unhandled = on
}
}
}
]]>
</hocon>
</akka>
public MyTestClass(string config) : base(config)
{
//load your string here? or use the constructor that takes a Config class instead of a string
}