Auctus Class Library
  • Welcome!
  • Community
  • Reference
    • Namespaces
    • Automation
      • Logger
        • Logger(String, LogType, Int32)
        • Logger(Exception, LogType, Int32)
        • Logger(String, Object, LogType, Int32)
        • Logger(String, Object, Object, LogType, Int32)
        • Logger(String, Object, Object, Object, LogType, Int32)
        • Logger(String, Object[], LogType, Int32)
        • Logger(Boolean, LogType, Int32)
        • Logger(Char, LogType, Int32)
        • Logger(Char[], LogType, Int32)
        • Logger(Char[], Int32, Int32, LogType, Int32)
        • Logger(Double, LogType, Int32)
        • Logger(Decimal, LogType, Int32)
        • Logger(Single, LogType, Int32)
        • Logger(Int32, LogType, Int32)
        • Logger(UInt32, LogType, Int32)
        • Logger(Int64, LogType, Int32)
        • Logger(UInt64, LogType, Int32)
        • Logger(Object, LogType, Int32)
      • SLNet
        • SendDmsFileChange(Engine, String)
        • ChangeCommunicationState(Engine, Int32, Int32, Boolean)
        • GetInfo<T>(Engine, InfoTypeSingle)
        • GetInfo<T>(Engine, InfoTypeArray)
        • AddDocument(Engine, String, String, Byte[])
    • Common
      • Comparators
        • ObjectReferenceEqualityComparer
      • Enums
        • InfoTypeSingle
        • InfoTypeArray
      • Data Types
        • Bool Extensions
          • ToInt()
        • Integer Extensions
          • ToBool()
          • ToEnum<TEnumType>()
        • Object Extensions
          • ToStr(Boolean)
          • ToInt(Boolean)
          • ToDouble(Boolean)
          • ToBool(Boolean)
          • FromOADate(Boolean)
          • ToEnum<TEnumType>(Boolean)
          • ToJson(Boolean)
          • IsNull()
        • StringBuilder Extensions
          • Append(String, Boolean)
          • AppendLine(String, Boolean)
          • LastAppended()
          • LastIndexOf()
        • String Extensions
          • ToEnum<TEnumType>(Boolean)
          • ParseReadableTimeSpan()
        • TimeSpan Extensions
          • ToReadableString(Boolean, Format)
      • SLNet Types
        • DMSMessage Extensions
          • CastDMSMessage<T>(DMSMessage[])
      • Files
        • Documents
          • GetDocumentPaths(String, String[])
          • GetProtocolFolderName(String)
          • GetSafeFilename(String, Char)
        • XmlParser
          • ParseXml(String, String)
          • ParseXml(String)
    • Protocol
      • Logger
        • Logger(String, LogType, Int32)
        • Logger(Exception, LogType, Int32)
        • Logger(String, Object, LogType, Int32)
        • Logger(String, Object, Object, LogType, Int32)
        • Logger(String, Object, Object, Object, LogType, Int32)
        • Logger(String, Object[], LogType, Int32)
        • Logger(Boolean, LogType, Int32)
        • Logger(Char, LogType, Int32)
        • Logger(Char[], LogType, Int32)
        • Logger(Char[], Int32, Int32, LogType, Int32)
        • Logger(Double, LogType, Int32)
        • Logger(Decimal, LogType, Int32)
        • Logger(Single, LogType, Int32)
        • Logger(Int32, LogType, Int32)
        • Logger(UInt32, LogType, Int32)
        • Logger(Int64, LogType, Int32)
        • Logger(UInt64, LogType, Int32)
        • Logger(Object, LogType, Int32)
      • SLNet
        • SendDmsFileChange(Engine, String)
        • ChangeCommunicationState(Engine, Int32, Int32, Boolean)
        • GetInfo<T>(Engine, InfoTypeSingle)
        • GetInfo<T>(Engine, InfoTypeArray)
        • AddDocument(Engine, String, String, Byte[])
Powered by GitBook
On this page
  1. Reference
  2. Protocol

Logger

Adds a structured log entry into element's/service's log file.

PreviousProtocolNextLogger(String, LogType, Int32)

Last updated 1 year ago

Overloads

Logs the specified string value.

Logs the specified exception message and StackTrace.

Logs the text representation of the specified object using the specified format information.

Logs the text representation of the specified object using the specified format information.

Logs the text representation of the specified object using the specified format information.

Logs the text representation of the specified array of objects using the specified format information.

Logs the text representation of the specified Boolean value.

Logs the specified Unicode character value.

Logs the specified array of Unicode characters.

Logs the specified sub-array of Unicode characters, followed by the current line terminator.

Logs the text representation of the specified double-precision floating-point value.

Logs the text representation of the specified Decimal value.

Logs the text representation of the specified single-precision floating-point value.

Logs the text representation of the specified 32-bit signed integer value.

Logs the text representation of the specified 32-bit unsigned integer value.

Logs the text representation of the specified 64-bit signed integer value.

Logs the text representation of the specified 64-bit unsigned integer value.

Logs the text representation of the specified object.

Logger(String, LogType, Int32)
Logger(Exception, LogType, Int32)
Logger(String, Object, LogType, Int32)
Logger(String, Object, Object, LogType, Int32)
Logger(String, Object, Object, Object, LogType, Int32)
Logger(String, Object[], LogType, Int32)
Logger(Boolean, LogType, Int32)
Logger(Char, LogType, Int32)
Logger(Char[], LogType, Int32)
Logger(Char[], Int32, Int32, LogType, Int32)
Logger(Double, LogType, Int32)
Logger(Decimal, LogType, Int32)
Logger(Single, LogType, Int32)
Logger(Int32, LogType, Int32)
Logger(UInt32, LogType, Int32)
Logger(Int64, LogType, Int32)
Logger(UInt64, LogType, Int32)
Logger(Object, LogType, Int32)