#include <logger.h>
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") | |
|
private |
MAXON_METHOD Result<void> Init | ( | const Url & | url | ) |
Initialize the file logger type with a destination where it writes the output to.
[in] | url | Destination path. |
MAXON_METHOD Url GetUrl | ( | ) | const |
Gets the path where the output is written to.