mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-05 18:22:27 +00:00
Make logger a non-static class
This commit is contained in:
parent
c345eeebb9
commit
630b38e7bb
27 changed files with 167 additions and 141 deletions
|
@ -98,7 +98,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.";
|
|||
|
||||
string scannedText = CensorHelper.ScanMessage(response);
|
||||
|
||||
Logger.LogInfo($"{user.Username}: {response} / {scannedText}", LogArea.Filter);
|
||||
Logger.Info($"{user.Username}: {response} / {scannedText}", LogArea.Filter);
|
||||
|
||||
return this.Ok(scannedText);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue