Logger

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.log
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

Logger()

 

init()

 

Sub New()

constructor (Mutex, string, Int64, Writer, Slice<Byte>)

 

// .NET, .NET Standard 2.0
constructor(amu: Mutex; aprefix: string; aflag: Int64; aout: Writer; abuf: Slice<Byte>)
// Island
constructor(amu: Mutex; aprefix: string; aflag: int; aout: Writer; abuf: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Logger(Mutex amu, string aprefix, Int64 aflag, Writer aout, Slice<Byte> abuf)
// Island
Logger(Mutex amu, string aprefix, int aflag, Writer aout, Slice<Byte> abuf)

 

// .NET, .NET Standard 2.0
init(_ amu: Mutex, _ aprefix: string, _ aflag: Int64, _ aout: Writer, _ abuf: Slice<Byte>)
// Island
init(_ amu: Mutex, _ aprefix: string, _ aflag: int, _ aout: Writer, _ abuf: Slice<Byte>)

 

// .NET, .NET Standard 2.0
Sub New(amu As Mutex, aprefix As string, aflag As Int64, aout As Writer, abuf As Slice<Byte>)
// Island
Sub New(amu As Mutex, aprefix As string, aflag As int, aout As Writer, abuf As Slice<Byte>)

Parameters:

  • amu:
  • aprefix:
  • aflag:
  • aout:
  • abuf:

constructor (Logger)

 

constructor(value: Logger)

 

Logger(Logger value)

 

init(_ value: Logger)

 

Sub New(value As Logger)

Parameters:

  • value: