Namespace Google.Apis.Logging
Classes
BaseLogger
An abstract base logger, upon which real loggers may be built.
ConsoleLogger
A logger than logs to StdError or StdOut.
MemoryLogger
A logger than logs to an in-memory buffer. Generally for use during tests.
NullLogger
Represents a NullLogger which does not do any logging.
Interfaces
ILogger
Describes a logging interface which is used for outputting messages.
Enums
LogLevel
The supported logging levels.