NullActivityLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity logger that doesn't log.
public sealed class NullActivityLogger : Microsoft.Bot.Builder.History.IActivityLogger
type NullActivityLogger = class
interface IActivityLogger
Public NotInheritable Class NullActivityLogger
Implements IActivityLogger
- Inheritance
-
NullActivityLogger
- Implements
Constructors
NullActivityLogger() |
Explicit Interface Implementations
IActivityLogger.LogAsync(IActivity) |
Swallow activity. |