DeltaEngine.Logging NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classNetworkLogger
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
Public classTextFileLogger
Writes into a log text file and opens it in a editor after execution. View code on GitHub
Public classTextLogger
Simply appends log messages to a public property. View code on GitHub