Table of Contents

Class SunamoLogger

Namespace
SunamoLogging.Logger.LoggerBaseNS
Assembly
SunamoLogging.dll

Sunamo logger implementation that uses ThisApp.Ordinal for output.

public class SunamoLogger : LoggerBase, ILoggerBase
Inheritance
SunamoLogger
Implements
Inherited Members
Extension Methods

Constructors

SunamoLogger(Action<string, string[]>)

Sunamo logger implementation that uses ThisApp.Ordinal for output.

public SunamoLogger(Action<string, string[]> writeLineHandler)

Parameters

writeLineHandler Action<string, string[]>

Properties

Instance

Gets or sets the singleton instance of the Sunamo logger.

public static SunamoLogger Instance { get; set; }

Property Value

SunamoLogger

Methods

WriteLineWorker(string, params string[])

Worker method that writes log messages via ThisApp.Ordinal.

public static void WriteLineWorker(string text, params string[] args)

Parameters

text string

The message text.

args string[]

Format arguments.