Table of Contents

Field DefaultLayout

Namespace
WhalesSecret.TradeScriptLib.API
Assembly
WhalesSecret.TradeScriptLib.dll

Default value for layout parameter in GetLogger(LogLevel, string?, string?) when the logger is created without ID.

public static readonly string DefaultLayout

Returns

string
Default value for layout parameter in when the logger is created without ID.

Remarks

This default layout produces a log line that looks as follows:

[2021-02-21 20:03:04.7695 18|1234-5678] INFO: WhalesSecret.TradeScriptLibUnitTests.API.LogApiV1Test.Log This is the logged message.