- Updated documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 15:24:10 +02:00
parent 991a9e4531
commit 0362ae7694
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ public class Logger
/* Starting transformation */ /* Starting transformation */
private MessageTransform messageTransform; private MessageTransform messageTransform;
/* The multiple argument joiner */ /**
* The multiple argument joiner
*/
protected string multiArgJoiner; protected string multiArgJoiner;
/** /**