Table of Contents

Interface IDynamicMessageProcessor

Namespace
Steeltoe.Logging
Assembly
Steeltoe.Logging.Abstractions.dll

Provides the ability to decorate log messages before they are sent downstream.

public interface IDynamicMessageProcessor

Methods

Process(string)

Replaces the contents of an incoming log message.

string Process(string message)

Parameters

message string

The incoming message text, just after formatting its parameters, but before the time stamp, category, level, exception and scopes are added.

Returns

string

The decorated log message text.