FileLoggerTypeInterface Class Reference

#include <logger.h>

Inheritance diagram for FileLoggerTypeInterface:

Detailed Description

Interface of a file logger type.

Public Member Functions

MAXON_METHOD Result< void > Init (const Url &url)
 
MAXON_METHOD Url GetUrl () const
 

Private Member Functions

 MAXON_INTERFACE (FileLoggerTypeInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.fileloggertype")
 

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( FileLoggerTypeInterface  ,
MAXON_REFERENCE_NORMAL  ,
"net.maxon.interface.fileloggertype"   
)
private

◆ Init()

MAXON_METHOD Result<void> Init ( const Url url)

Initialize the file logger type with a destination where it writes the output to.

Parameters
[in]urlDestination path.

◆ GetUrl()

MAXON_METHOD Url GetUrl ( ) const

Gets the path where the output is written to.

Returns
The destination path.