15 lines
538 B
C#
15 lines
538 B
C#
// namespace Types.Models.Spt.Logging;
|
|
//
|
|
// public class SptLogger
|
|
// {
|
|
// export interface SptLogger {
|
|
// error: (msg: string | Record<string, unknown>) => void;
|
|
// warn: (msg: string | Record<string, unknown>) => void;
|
|
// succ?: (msg: string | Record<string, unknown>) => void;
|
|
// info: (msg: string | Record<string, unknown>) => void;
|
|
// debug: (msg: string | Record<string, unknown>) => void;
|
|
// }
|
|
//
|
|
// }
|
|
|
|
// TODO: needs to be reimplemented however we want to do it in this project |