MultiLogger.insertLogger
void insertLogger(string name, Logger newLogger) @safeThis method inserts a new Logger into the MultiLogger.
Parameters
name | The name of the Logger to insert. |
newLogger | The Logger to insert. |
void insertLogger(string name, Logger newLogger) @safeThis method inserts a new Logger into the MultiLogger.
name | The name of the Logger to insert. |
newLogger | The Logger to insert. |