Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Log.Logging.AddTraceLog Method

Records an trace message to the YetaWF log.

Class: YetaWF.Core.Log.Logging
Namespace: YetaWF.Core.Log
Assembly: YetaWF.Core

Syntax

public static string AddTraceLog( string text );
public static string AddTraceLog(
    string text,
    params object?[] parms );

Parameters

text

The message.

parms

A list of parameters that are formatted using the provided text parameter.

Return Value

Returns the message text.

See Also YetaWF.Core.Log.Logging ClassYetaWF.Core Overview