SystemdConsoleFormatter class
A console formatter that formats log messages for systemd journal.
This formatter outputs log messages in a format suitable for systemd's structured logging, including priority levels compatible with syslog.
- Inheritance
-
- Object
- ConsoleFormatter
- SystemdConsoleFormatter
Constructors
- SystemdConsoleFormatter(SystemdConsoleFormatterOptions _options)
- Creates a new instance of SystemdConsoleFormatter.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write<
TState> ({required LogEntry< TState> logEntry, ExternalScopeProvider? scopeProvider, required StringBuffer textWriter}) → void -
Writes the log message to the specified StringBuffer.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited