Initial import from aternosorg/codex-minecraft
This commit is contained in:
18
src/Log/File/LogFileInterface.php
Normal file
18
src/Log/File/LogFileInterface.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Aternos\Codex\Log\File;
|
||||
|
||||
/**
|
||||
* Interface LogFileInterface
|
||||
*
|
||||
* @package Aternos\Codex\Log\File
|
||||
*/
|
||||
interface LogFileInterface
|
||||
{
|
||||
/**
|
||||
* Get the log file content
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getContent(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user