Namespace PSPDFKitFoundation.Log
Classes
Logger
This class provides logging facilities. By default they are output to System.Diagnostics. There exists during runtime a single instance of this object. Retrieve it with the method Instance.
Utils
Foundation utility class.
Interfaces
ICustomLogger
An interface which can be implemented to supply a custom logger. CustomLogger
Enums
Level
Represents log levels in increasing order of detail. See Logger