Library for the Development and Use of Phylogenetic Network Methods
Simple debug logger for internal model move compatibility.
Simple debug logger stub for ModelMove compatibility. This is a minimal implementation that satisfies the import requirements of ModelMove.py. Can be extended with actual logging functionality if needed.
Initialize a Logger instance.
| Parameter | Type | Description |
|---|---|---|
| debug_id | str, optional | Identifier for debugging. Defaults to None. |
Log a message (no-op by default).
| Parameter | Type | Description |
|---|---|---|
| message | str | The message to log. |
Log a debug message.
| Parameter | Type | Description |
|---|---|---|
| message | str | The debug message. |
Log an info message.
| Parameter | Type | Description |
|---|---|---|
| message | str | The info message. |
Log a warning message.
| Parameter | Type | Description |
|---|---|---|
| message | str | The warning message. |
Log an error message.
| Parameter | Type | Description |
|---|---|---|
| message | str | The error message. |
Get all logged messages.
Clear all logged messages.