Show / Hide Table of Contents

LoggerExtensions Class

Namespace: Yubico.Core.Logging Assembly: Yubico.Core.dll

Logger extension methods for common scenarios.

C#
public static class LoggerExtensions
Inheritance object LoggerExtensions

Methods

Name Description
BeginScope(Logger, string, params object?[])

Formats the message and creates a scope.

Log(Logger, LogLevel, EventId, Exception, string, params object?[])

Formats and writes a log message at the specified log level.

Log(Logger, LogLevel, EventId, string, params object?[])

Formats and writes a log message at the specified log level.

Log(Logger, LogLevel, Exception, string, params object?[])

Formats and writes a log message at the specified log level.

Log(Logger, LogLevel, string, params object?[])

Formats and writes a log message at the specified log level.

LogCritical(Logger, EventId, Exception, string, params object?[])

Formats and writes a critical log message.

LogCritical(Logger, EventId, string, params object?[])

Formats and writes a critical log message.

LogCritical(Logger, Exception, string, params object?[])

Formats and writes a critical log message.

LogCritical(Logger, string, params object?[])

Formats and writes a critical log message.

LogDebug(Logger, EventId, Exception, string, params object?[])

Formats and writes a debug log message.

LogDebug(Logger, EventId, string, params object?[])

Formats and writes a debug log message.

LogDebug(Logger, Exception, string, params object?[])

Formats and writes a debug log message.

LogDebug(Logger, string, params object?[])

Formats and writes a debug log message.

LogError(Logger, EventId, Exception, string, params object?[])

Formats and writes an error log message.

LogError(Logger, EventId, string, params object?[])

Formats and writes an error log message.

LogError(Logger, Exception, string, params object?[])

Formats and writes an error log message.

LogError(Logger, string, params object?[])

Formats and writes an error log message.

LogInformation(Logger, EventId, Exception, string, params object?[])

Formats and writes an informational log message.

LogInformation(Logger, EventId, string, params object?[])

Formats and writes an informational log message.

LogInformation(Logger, Exception, string, params object?[])

Formats and writes an informational log message.

LogInformation(Logger, string, params object?[])

Formats and writes an informational log message.

LogTrace(Logger, EventId, Exception, string, params object?[])

Formats and writes a trace log message.

LogTrace(Logger, EventId, string, params object?[])

Formats and writes a trace log message.

LogTrace(Logger, Exception, string, params object?[])

Formats and writes a trace log message.

LogTrace(Logger, string, params object?[])

Formats and writes a trace log message.

LogWarning(Logger, EventId, Exception, string, params object?[])

Formats and writes a warning log message.

LogWarning(Logger, EventId, string, params object?[])

Formats and writes a warning log message.

LogWarning(Logger, Exception, string, params object?[])

Formats and writes a warning log message.

LogWarning(Logger, string, params object?[])

Formats and writes a warning log message.

SensitiveLog(ILogger, LogLevel, EventId, Exception, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLog(ILogger, LogLevel, Exception, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLog(ILogger, LogLevel, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLog(Logger, LogLevel, EventId, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLog(Logger, LogLevel, Exception, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLog(Logger, LogLevel, string, params object?[])

Formats and writes a log message that may contain sensitive information at the specified log level.

SensitiveLogCritical(ILogger, EventId, Exception, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogCritical(ILogger, EventId, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogCritical(ILogger, Exception, string, params object?[])

Formats and writes a critical log message that contain potentially sensitive information.

SensitiveLogCritical(ILogger, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogCritical(Logger, EventId, Exception, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogCritical(Logger, EventId, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogCritical(Logger, Exception, string, params object?[])

Formats and writes a critical log message that contain potentially sensitive information.

SensitiveLogCritical(Logger, string, params object?[])

Formats and writes a critical log message that contains potentially sensitive information.

SensitiveLogDebug(ILogger, EventId, Exception, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(ILogger, EventId, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(ILogger, Exception, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(ILogger, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(Logger, EventId, Exception, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(Logger, EventId, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(Logger, Exception, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogDebug(Logger, string, params object?[])

Formats and writes a debug log message that contains potentially sensitive information.

SensitiveLogError(ILogger, EventId, Exception, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(ILogger, EventId, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(ILogger, Exception, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(ILogger, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(Logger, EventId, Exception, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(Logger, EventId, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(Logger, Exception, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogError(Logger, string, params object?[])

Formats and writes an error log message that contains potentially sensitive information.

SensitiveLogInformation(ILogger, EventId, Exception, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(ILogger, EventId, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(ILogger, Exception, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(ILogger, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(Logger, EventId, Exception, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(Logger, EventId, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(Logger, Exception, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogInformation(Logger, string, params object?[])

Formats and writes an informational log message that contains potentially sensitive information.

SensitiveLogTrace(ILogger, EventId, Exception, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(ILogger, EventId, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(ILogger, Exception, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(ILogger, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(Logger, EventId, Exception, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(Logger, EventId, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(Logger, Exception, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogTrace(Logger, string, params object?[])

Formats and writes a trace log message that contains potentially sensitive information.

SensitiveLogWarning(ILogger, EventId, Exception, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(ILogger, EventId, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(ILogger, Exception, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(ILogger, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(Logger, EventId, Exception, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(Logger, EventId, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(Logger, Exception, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

SensitiveLogWarning(Logger, string, params object?[])

Formats and writes a warning log message that contains potentially sensitive information.

In this article
Back to top Generated by DocFX