Example:
```cs
public class SomeClass
{
private static ILogger _logger;
private static Logger => _logger ??= LogFactory.GetLogger(typeof(SomeClass));
...
}
```
|
||
|---|---|---|
| .. | ||
| Channel.cs | ||
| Chat.cs | ||
| ChatActionHandler.cs | ||
| ChatActionHandlers.cs | ||
| ChatCommand.cs | ||
| ChatPackets.cs | ||
| ChatUser.cs | ||