- Fixed error where `multiArgJoiner` is `private` and not `protected` (meaning inherited loggers would not be able to access it)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 11:39:20 +02:00
parent 23f155174e
commit aaa786c86d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class Logger
private MessageTransform messageTransform; private MessageTransform messageTransform;
/* The multiple argument joiner */ /* The multiple argument joiner */
private string multiArgJoiner; protected string multiArgJoiner;
/** /**
* Constructs a new Logger with the default * Constructs a new Logger with the default