Savestate Before Moving on

This commit is contained in:
saman 2021-12-03 20:30:07 -05:00
parent d4c9466a54
commit ac25f55dc2

View File

@ -3,7 +3,7 @@ import Logging, { ILoggingOptions } from '../library/Logging';
/** /**
* A hook for a simple logging library. * A hook for a simple logging library.
* @param namespace string that will be displayed after the timestamp and before the log level as [namespace]. * @param options Options to pass our logger.
* @returns object of type Logging * @returns object of type Logging
*/ */
export const useLogging = (options?: ILoggingOptions): [Logging] => { export const useLogging = (options?: ILoggingOptions): [Logging] => {