Akka.NET Remote Log Aggregation/Collecting -
i have scenario have client (console) application invoked enterprise job scheduler (autosys). client sends work "server " (quotes because cluster). need able ship log messages server client log messages related client's work request. built in logging support kind of distribution? can guidance on how can achieve this?
i see in codebase called loggingbus
, need look?
my core usecase being able ship log entries across remote actors.
the best thing in case use built-in logger supports remote log shipping. akka.logging.serilog , akka.logging.nlog both have configurable logging targets can support this.
i think serilog combined seq best option.
Comments
Post a Comment