Show / Hide Table of Contents

Class Log

Inheritance
System.Object
Log
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: UE4.Core
Assembly: UE4DotNet.dll
Syntax
public static class Log

Methods

| Improve this Doc View Source

Display(String)

Declaration
public static void Display(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

Error(String)

Declaration
public static void Error(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

Fatal(String)

Declaration
public static void Fatal(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

Verbose(String)

Declaration
public static void Verbose(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

Warning(String)

Declaration
public static void Warning(string message)
Parameters
Type Name Description
System.String message
  • Improve this Doc
  • View Source
Back to top Generated by DocFX