SettingsManager Class¶
Definition¶
namespace Sharplog
- Object
- SettingsManager
-
Class responsible for managing the settings.
Properties¶
| Name | Type | GET | SET |
|---|---|---|---|
| Settings | BaseSettings |
Methods¶
| Name | Modifiers | Returns |
|---|---|---|
| ReloadSettings(bool) | public static |
Properties¶
Settings¶
- Type: BaseSettings
-
Gets or sets the settings.
Methods¶
ReloadSettings(bool)¶
-
Reloads the settings.
Parameter¶
fromFilebool ยทtrue- The message of the log. Gets converted to a string using
.toString().