Classes
Class | Description | |
---|---|---|
NetworkLogger |
Logs to a remote location that is listening at the given address and port. By default logs go
to the DeltaEngine.net:777 LogService. This way you can manage all issues and view all errors
on the DeltaEngine.net website for your project. Or use your own Log Server if you like.
View code on GitHub | |
TextFileLogger |
Writes into a log text file and opens it in a editor after execution.
View code on GitHub | |
TextLogger |
Simply appends log messages to a public property.
View code on GitHub |