Legend
| Static method: LoggerBase GetLogger( |
| bool | console |
If true, the resulting logger will log to the console. |
| string | file |
If non-null, the resulting logger will log to the specified file. |
| string | logVerbosity | Configures the verbosity of the resulting logger. |
Uses ConsoleLogger amd FileAppendLogger as appropriate.
If both logging mechanisms are specified, uses a MulticastLogger to combine the two.