Logger
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 9
| History | Member | |
|---|---|---|
| 734 | FullPath: string | |
| 734 | Name: string | |
| 734 | Error(message: string, context: Dictionary = nil): null | |
| 734 | GetLogger(name: string): Logger | |
| 734 | Info(message: string, context: Dictionary = nil): null | |
| 734 | Log(messageType: MessageType, message: string, context: Dictionary = nil): null | |
| 734 | Output(message: string, context: Dictionary = nil): null | |
| 734 | Warn(message: string, context: Dictionary = nil): null | |
| 734 | MessageOut(message: string, messageType: MessageType, context: Dictionary) | |
| inherited from Object | ||
| 731 | ClassName: string | |
| 731 | className: string | |
| 647 | GetPropertyChangedSignal(property: string): RBXScriptSignal | |
| 647 | IsA(className: string): bool | |
| 731 | isA(className: string): bool | |
| 647 | Changed(property: string) | |
Description
History 10
Members 9
Error
| Parameters (2) | Default | |
|---|---|---|
| context | Dictionary | nil |
| Returns (1) | ||
| null | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
FullPath
| Type | Default | |
|---|---|---|
| string | __api_dump_failed_to_create_class__ | |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |
GetLogger
| Parameters (1) | ||
|---|---|---|
| name | string | |
| Returns (1) | ||
| Logger | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
Info
| Parameters (2) | Default | |
|---|---|---|
| context | Dictionary | nil |
| Returns (1) | ||
| null | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
Log
| Parameters (3) | Default | |
|---|---|---|
| context | Dictionary | nil |
| Returns (1) | ||
| null | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
MessageOut
| Parameters (3) | |
|---|---|
| context | Dictionary |
| Thread safety | Unsafe |
|---|
History 1
- 734 Add MessageOut
Name
| Type | Default | |
|---|---|---|
| string | __api_dump_failed_to_create_class__ | |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |
Output
| Parameters (2) | Default | |
|---|---|---|
| context | Dictionary | nil |
| Returns (1) | ||
| null | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|
Warn
| Parameters (2) | Default | |
|---|---|---|
| context | Dictionary | nil |
| Returns (1) | ||
| null | ||
This function has a custom internal state. It may behave in a non-standard way.
| Thread safety | Unsafe |
|---|