Skip to content

624dcede b98e bb26 d0dd 637fea1b08c6

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

LogTime Enumeration

This enumeration defines all currently supported time types.

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

Syntax

C#

public enum LogTime

Members

 

Member name Value Description
Utc 0 The message timestamp should use UTC time.
Local 1 The message timestamp should use local time.
Default 1 The message timestamp should use default time, which is Local time.

Remarks

The only possible distinction is between UTC and local time, at the moment.

See Also

Reference

Plexdata.LogWriter.Definitions Namespace

Clone this wiki locally