M-Files Vault Application Framework
C#
Show/Hide TOC

NullLogger Class

Definition

Namespace: MFiles.VAF.Configuration.Logging
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class NullLogger : LoggerBase
Inheritance
Object    LoggerBase    NullLogger

Constructors

NullLogger  

Methods

BeginLoggingContext(FormattableString)
(Overrides LoggerBaseBeginLoggingContext(FormattableString))
BeginLoggingContext(ILoggingContext, FormattableString)
(Overrides LoggerBaseBeginLoggingContext(ILoggingContext, FormattableString))
Debug(FormattableString)
(Inherited from LoggerBase)
Debug(Exception, FormattableString)
(Inherited from LoggerBase)
Error(FormattableString)
(Inherited from LoggerBase)
Error(Exception, FormattableString)
(Inherited from LoggerBase)
Fatal(FormattableString)
(Inherited from LoggerBase)
Fatal(Exception, FormattableString)
(Inherited from LoggerBase)
Info(FormattableString)
(Inherited from LoggerBase)
Info(Exception, FormattableString)
(Inherited from LoggerBase)
Log(LogLevel, FormattableString)
(Overrides LoggerBaseLog(LogLevel, FormattableString))
Log(Exception, LogLevel, FormattableString)
(Overrides LoggerBaseLog(Exception, LogLevel, FormattableString))
Trace(FormattableString)
(Inherited from LoggerBase)
Trace(Exception, FormattableString)
(Inherited from LoggerBase)
Warn(FormattableString)
(Inherited from LoggerBase)
Warn(Exception, FormattableString)
(Inherited from LoggerBase)

See Also

Reference

MFiles.VAF.Configuration.Logging Namespace

In This Article

  • Definition
  • Constructors
  • Methods
  • See Also
Send comments on this topic to devsupport@m-files.com