Class | Description |
---|---|
ConsoleLogger |
Logs additional info to the console that normally would be ignored.
|
CsvLogger |
Logger interface that writes the log to a comma separated value file (.csv
file) File is created upon logger interface creation and logger class should
be released (i.e.
|
FileLogger |
Creates a file logger which wil log the inputted messages to a file
|
XmlLogger |
Creates a logger which will log
NegotiationEvent s to a XML file. |