Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Log.Logging.AddLog Method

Records a message to the YetaWF log.

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

Syntax

public static string AddLog( string text );
public static string AddLog(
    LevelEnum logLevel,
    string text );
public static string AddLog(
    string text,
    params object?[] parms );

Parameters

text

The message with formatting information for the parameters parms.

logLevel

(not specified)

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