Click or drag to resize
LogWriter Class
Class for monitoring events from Atlas Live.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.LogLogWriter

Namespace: Flir.Atlas.Live.Log
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class LogWriter

The LogWriter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteToLog(String)
Write event to the log file. Used LogLevel is Level.Information.
Public methodWriteToLog(LogLevel, String)
Write event to the log file
Top
Properties
  NameDescription
Public propertyAtlasLog
Log interface to be used when an event occurs. Implement the ILogger interface in your application and attach it to AtlasLog.
Public propertyStatic memberInstance
A LogWriter instance that exposes a single instance
Top
Events
  NameDescription
Public eventUpdated
Event fired when a new log message is ready.
Top
See Also