A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mongodb.com/docs/realm-sdks/dotnet/latest/reference/Realms.Logging.Logger.html below:

Class Logger | Realm

Class Logger

A logger that logs messages originating from Realm. The default logger can be replaced by setting Default.
A few built-in implementations are provided by Console, Null, and Function(Action<string>), but you can implement your own.

Namespace: Realms.Logging Assembly: Realm.dll Syntax
[Obsolete("Use RealmLogger instead. If using a custom logger, RealmLogger.LogImpl() additionally receives the log category.")]
public abstract class Logger : RealmLogger
Methods | Edit this page View Source LogImpl(LogLevel, LogCategory, string)

The internal implementation being called from Log(LogLevel, LogCategory, string).

Declaration
protected override void LogImpl(LogLevel level, LogCategory category, string message)
Parameters Type Name Description LogLevel level

The criticality level for the message.

LogCategory category

The category for the message.

string message

The message to log.

Overrides | Edit this page View Source LogImpl(LogLevel, string)

The internal implementation being called from Log(LogLevel, string).

Declaration
protected abstract void LogImpl(LogLevel level, string message)
Parameters Type Name Description LogLevel level

The criticality level for the message.

string message

The message to log.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4