ModernUO/Projects/Server/Configuration
Pedro Pardal 3a619e0103
feat(logging): Adds support for Serilog (#573)
Example:
```cs
public class SomeClass
{
  private static ILogger _logger;
  private static Logger => _logger ??= LogFactory.GetLogger(typeof(SomeClass));
  ...
}
```
2021-04-19 23:43:54 -07:00
..
ServerConfiguration.cs feat(logging): Adds support for Serilog (#573) 2021-04-19 23:43:54 -07:00
ServerSettings.cs fix(core): Updates expansion and map configurations (fixes map issues) (#570) 2021-04-14 01:45:18 -07:00