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
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
messageTypeTypeOfMessageLoggingThe type of the message.
messagestringThe message text.
argsstring[]Format arguments.