Skip to content

Commit

Permalink
Make time public
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayDaG33k committed Feb 1, 2024
1 parent 2ebd5bd commit 122525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class Logger {
*
* @returns {string} The formatted time
*/
protected static time(): string {
public static time(): string {
return new Time().format(Configure.get('logger.timeformat', 'yyyy/MM/dd HH:mm:ss'));
}
}

0 comments on commit 122525b

Please sign in to comment.