Skip to content

Commit

Permalink
Added GetServiceLogger to be used as a fast external method for pul…
Browse files Browse the repository at this point in the history
…ling up the Service-based logger.
  • Loading branch information
crowbarmaster committed Mar 1, 2024
1 parent 3f4f52c commit 2818fb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public interface IServerController {
void WriteToStandardIn(string command);
bool RollbackToBackup(string targetZip);
IServerLogger GetLogger();
IServerLogger GetServiceLogger();
IPlayerManager GetPlayerManager();
List<IPlayer> GetActivePlayerList();
bool IsServerModified();
Expand Down

0 comments on commit 2818fb8

Please sign in to comment.