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.
[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).
Declarationprotected override void LogImpl(LogLevel level, LogCategory category, string message)
Parameters Type Name Description LogLevel level
The criticality level for the message.
LogCategory categoryThe category for the message.
string messageThe message to log.
Overrides | Edit this page View Source LogImpl(LogLevel, string)The internal implementation being called from Log(LogLevel, string).
Declarationprotected abstract void LogImpl(LogLevel level, string message)
Parameters Type Name Description LogLevel level
The criticality level for the message.
string messageThe 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