Example #1
0
 private static bool LogFullException(IServiceScope s) =>
 (s.ResolveConfig_()["LogFullException"] ?? "false").ToBool();
Example #2
0
 private static string LoggerName(IServiceScope s) =>
 s.ResolveConfig_()["LoggerName"] ?? "WebLogger";