Log Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Log class.
Overloads
Log() |
Initializes a new instance of the Log class. |
Log(String) |
Initializes a new instance of the Log class. |
Log()
Initializes a new instance of the Log class.
public:
Log();
public Log ();
Public Sub New ()
Remarks
Right now we only support WinApp as an application platform
See also
Applies to
Log(String)
Initializes a new instance of the Log class.
public:
Log(System::String ^ name);
public Log (string name);
new Microsoft.VisualBasic.Logging.Log : string -> Microsoft.VisualBasic.Logging.Log
Public Sub New (name As String)
Parameters
- name
- String
String. The name to give to the TraceSource property object.
See also
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา