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()
// .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)
Parameters:
- amu:
- aprefix:
- aflag:
- aout:
- abuf:
constructor (Logger)
Parameters:
- value: