Atlas-Cronos 7.6.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | Events | List of all members
Flir.Atlas.Live.Log.LogWriter Class Reference

Class for monitoring events from Atlas Live. More...

Public Member Functions

void WriteToLog (LogLevel level, string message)
 Write event to the log file.
 
void WriteToLog (string message)
 Write event to the log file. Used LogLevel is Level.Information.
 

Properties

static LogWriter Instance [get]
 A LogWriter instance that exposes a single instance.
 
AtlasLog AtlasLog [get]
 Log interface to be used when an event occurs. Implement the ILogger interface in your application and attach it to AtlasLog.
 

Events

EventHandler< LogEventArgsUpdated
 Event fired when a new log message is ready.
 

Detailed Description

Class for monitoring events from Atlas Live.

Atlas does not create any log files.

Member Function Documentation

◆ WriteToLog() [1/2]

void Flir.Atlas.Live.Log.LogWriter.WriteToLog ( LogLevel level,
string message )
inline

Write event to the log file.

Parameters
levelLog level
messageThe message to write to the log

◆ WriteToLog() [2/2]

void Flir.Atlas.Live.Log.LogWriter.WriteToLog ( string message)
inline

Write event to the log file. Used LogLevel is Level.Information.

Parameters
messageThe message to write to the log