Skip to content

1e08c99b 2ec4 19df c993 f4e947ffd724

Axel Kesseler edited this page Mar 1, 2023 · 5 revisions

ICompositeLoggerSettings Interface

This interface represents the scope of settings used together with the composite logger.

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Composite (in Plexdata.LogWriter.Composite.dll) Version: 1.0.7.1

Syntax

C#

public interface ICompositeLoggerSettings : ILoggerSettings, 
	INotifyPropertyChanged

The ICompositeLoggerSettings type exposes the following members.

Properties

 

Name Description
Public property Culture Gets and sets the culture information to be used. (Inherited from ILoggerSettings.)
Public property FullName Determines whether the full name is used in messages or not. (Inherited from ILoggerSettings.)
Public property LogLevel Gets and sets the logging level to be used. (Inherited from ILoggerSettings.)
Public property LogTime Gets and sets the type of time to be used. (Inherited from ILoggerSettings.)
Public property LogType Gets and sets the output format to be used. (Inherited from ILoggerSettings.)
Public property PartSplit Gets and sets the character to separate each of the message parts. (Inherited from ILoggerSettings.)
Public property ShowKey Determines whether the message key is shown or not. (Inherited from ILoggerSettings.)
Public property ShowTime Determines whether the message timestamp is shown or not. (Inherited from ILoggerSettings.)
Public property TimeFormat Gets and sets the time format to be used. (Inherited from ILoggerSettings.)
  Back to Top

Events

 

Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)
  Back to Top

Remarks

Actually, the composite logger does not need any additional properties.

See Also

Reference

Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally