Table of Contents

Class TypedSunamoLogger

Namespace
SunamoLogging.Logger.TypedLoggerBaseNS
Assembly
SunamoLogging.dll

Sunamo typed logger implementation that uses ThisApp.SetStatus for output.

public class TypedSunamoLogger : TypedLoggerBase
Inheritance
TypedSunamoLogger
Inherited Members
Extension Methods

Properties

Instance

Gets the singleton instance of the typed Sunamo logger.

public static TypedSunamoLogger Instance { get; set; }

Property Value

TypedSunamoLogger

Methods

WriteLineWorker(TypeOfMessageLogging, string, params string[])

Worker method that writes log messages via ThisApp.SetStatus.

public static void WriteLineWorker(TypeOfMessageLogging messageType, string message, params string[] args)

Parameters

messageType TypeOfMessageLogging

The type of the message.

message string

The message text.

args string[]

Format arguments.