Utils

FileManager

FileManager is the class that provides the functionality to read and write files. It also has features that manipulate directories.

Logger

Logger is the class that provides the functionality to log messages. It stores logs in a file.

LogLevel

LogLevel is the enum that provides the log levels. A log level of Warning will disable all logs below Warning. i.e. No Debug, Info or Time logs will be logged, only Warning, Error.

ScriptManager

ScriptManager is the class that provides the functionality to load scripts.

StyleManager

StyleManager is the class that provides the functionality to load styles.

License

MIT license

References

Re-exports FileManager
Re-exports Logger
Re-exports LogLevel