Reference API Roblox

Engine API

Website

Related

Reference API Roblox

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.
Tags: [NotCreatable, NotReplicated]

Member index 9

HistoryMember
734FullPath: string
734Name: string
734Error(message: string, context: Dictionary = nil): null
734GetLogger(name: string): Logger
734Info(message: string, context: Dictionary = nil): null
734Log(messageType: MessageType, message: string, context: Dictionary = nil): null
734Output(message: string, context: Dictionary = nil): null
734Warn(message: string, context: Dictionary = nil): null
734MessageOut(message: string, messageType: MessageType, context: Dictionary)
inherited from Object
731ClassName: string
731className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
731isA(className: string): bool
647Changed(property: string)

Description

History 10

Members 9

Error

Parameters (2)Default
messagestring
contextDictionarynil
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

FullPath

TypeDefault
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.

History 1

Tags: [ReadOnly, NotReplicated]

GetLogger

Parameters (1)
namestring
Returns (1)
Logger
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Info

Parameters (2)Default
messagestring
contextDictionarynil
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Log

Parameters (3)Default
messageTypeMessageType
messagestring
contextDictionarynil
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

MessageOut

Parameters (3)
messagestring
messageTypeMessageType
contextDictionary

History 1

Name

TypeDefault
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.

History 1

Tags: [ReadOnly, NotReplicated]

Output

Parameters (2)Default
messagestring
contextDictionarynil
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Warn

Parameters (2)Default
messagestring
contextDictionarynil
Returns (1)
null
This function has a custom internal state. It may behave in a non-standard way.

History 1

Tags: [CustomLuaState]

Settings