Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.log
- Platforms: .NET, .NET Standard 2.0, Island
Fatal
class method Fatal(params v: array of Object)
static void Fatal(params Object[] v)
static func Fatal(_ v: Object...)
// .NET, .NET Standard 2.0
func Fatal(v []interface{})
// Island
func Fatal(v []interface{}) void
Shared Sub Fatal(ParamArray v As Object())
Parameters:
- v:
Fatalf
class method Fatalf(format: string; params v: array of Object)
static void Fatalf(string format, params Object[] v)
static func Fatalf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Fatalf(format string, v []interface{})
// Island
func Fatalf(format string, v []interface{}) void
Shared Sub Fatalf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Fatalln
class method Fatalln(params v: array of Object)
static void Fatalln(params Object[] v)
static func Fatalln(_ v: Object...)
// .NET, .NET Standard 2.0
func Fatalln(v []interface{})
// Island
func Fatalln(v []interface{}) void
Shared Sub Fatalln(ParamArray v As Object())
Parameters:
- v:
Flags
class method Flags: int
static int Flags()
static func Flags() -> int
func Flags() int
Shared Function Flags() As int
Ldate
const Ldate: Int64 = 1
const Int64 Ldate = 1
static let Ldate: Int64 = 1
const Ldate Int64 = 1
Const Ldate As Int64 = 1
Llongfile
const Llongfile: Int64 = 8
const Int64 Llongfile = 8
static let Llongfile: Int64 = 8
const Llongfile Int64 = 8
Const Llongfile As Int64 = 8
Lmicroseconds
const Lmicroseconds: Int64 = 4
const Int64 Lmicroseconds = 4
static let Lmicroseconds: Int64 = 4
const Lmicroseconds Int64 = 4
Const Lmicroseconds As Int64 = 4
Lshortfile
const Lshortfile: Int64 = 16
const Int64 Lshortfile = 16
static let Lshortfile: Int64 = 16
const Lshortfile Int64 = 16
Const Lshortfile As Int64 = 16
LstdFlags
const LstdFlags: Int64 = 3
const Int64 LstdFlags = 3
static let LstdFlags: Int64 = 3
const LstdFlags Int64 = 3
Const LstdFlags As Int64 = 3
Ltime
const Ltime: Int64 = 2
const Int64 Ltime = 2
static let Ltime: Int64 = 2
const Ltime Int64 = 2
Const Ltime As Int64 = 2
LUTC
const LUTC: Int64 = 32
const Int64 LUTC = 32
static let LUTC: Int64 = 32
const LUTC Int64 = 32
Const LUTC As Int64 = 32
New
class method New(out: Writer; prefix: string; flag: int): Memory<Logger>
static Memory<Logger> New(Writer out, string prefix, int flag)
static func New(_ out: Writer, _ prefix: string, _ flag: int) -> Memory<Logger>
func New(out Writer, prefix string, flag int) Memory<Logger>
Shared Function New(out As Writer, prefix As string, flag As int) As Memory<Logger>
Parameters:
- out:
- prefix:
- flag:
Output
class method Output(calldepth: int; s: string): error
static error Output(int calldepth, string s)
static func Output(_ calldepth: int, _ s: string) -> error
func Output(calldepth int, s string) error
Shared Function Output(calldepth As int, s As string) As error
Parameters:
- calldepth:
- s:
Panic
class method Panic(params v: array of Object)
static void Panic(params Object[] v)
static func Panic(_ v: Object...)
// .NET, .NET Standard 2.0
func Panic(v []interface{})
// Island
func Panic(v []interface{}) void
Shared Sub Panic(ParamArray v As Object())
Parameters:
- v:
Panicf
class method Panicf(format: string; params v: array of Object)
static void Panicf(string format, params Object[] v)
static func Panicf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Panicf(format string, v []interface{})
// Island
func Panicf(format string, v []interface{}) void
Shared Sub Panicf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Panicln
class method Panicln(params v: array of Object)
static void Panicln(params Object[] v)
static func Panicln(_ v: Object...)
// .NET, .NET Standard 2.0
func Panicln(v []interface{})
// Island
func Panicln(v []interface{}) void
Shared Sub Panicln(ParamArray v As Object())
Parameters:
- v:
Prefix
class method Prefix: string
static string Prefix()
static func Prefix() -> string
func Prefix() string
Shared Function Prefix() As string
class method Print(params v: array of Object)
static void Print(params Object[] v)
static func Print(_ v: Object...)
// .NET, .NET Standard 2.0
func Print(v []interface{})
// Island
func Print(v []interface{}) void
Shared Sub Print(ParamArray v As Object())
Parameters:
- v:
Printf
class method Printf(format: string; params v: array of Object)
static void Printf(string format, params Object[] v)
static func Printf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Printf(format string, v []interface{})
// Island
func Printf(format string, v []interface{}) void
Shared Sub Printf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Println
class method Println(params v: array of Object)
static void Println(params Object[] v)
static func Println(_ v: Object...)
// .NET, .NET Standard 2.0
func Println(v []interface{})
// Island
func Println(v []interface{}) void
Shared Sub Println(ParamArray v As Object())
Parameters:
- v:
SetFlags
class method SetFlags(flag: int)
static void SetFlags(int flag)
static func SetFlags(_ flag: int)
// .NET, .NET Standard 2.0
func SetFlags(flag int)
// Island
func SetFlags(flag int) void
Shared Sub SetFlags(flag As int)
Parameters:
- flag:
SetOutput
class method SetOutput(w: Writer)
static void SetOutput(Writer w)
static func SetOutput(_ w: Writer)
// .NET, .NET Standard 2.0
func SetOutput(w Writer)
// Island
func SetOutput(w Writer) void
Shared Sub SetOutput(w As Writer)
Parameters:
- w:
SetPrefix
class method SetPrefix(prefix: string)
static void SetPrefix(string prefix)
static func SetPrefix(_ prefix: string)
// .NET, .NET Standard 2.0
func SetPrefix(prefix string)
// Island
func SetPrefix(prefix string) void
Shared Sub SetPrefix(prefix As string)
Parameters:
- prefix:
Writer
class method Writer: Writer
static Writer Writer()
static func Writer() -> Writer
func Writer() Writer
Shared Function Writer() As Writer
Ldate
const Ldate: Int64 = 1
const Int64 Ldate = 1
static let Ldate: Int64 = 1
const Ldate Int64 = 1
Const Ldate As Int64 = 1
Llongfile
const Llongfile: Int64 = 8
const Int64 Llongfile = 8
static let Llongfile: Int64 = 8
const Llongfile Int64 = 8
Const Llongfile As Int64 = 8
Lmicroseconds
const Lmicroseconds: Int64 = 4
const Int64 Lmicroseconds = 4
static let Lmicroseconds: Int64 = 4
const Lmicroseconds Int64 = 4
Const Lmicroseconds As Int64 = 4
Lshortfile
const Lshortfile: Int64 = 16
const Int64 Lshortfile = 16
static let Lshortfile: Int64 = 16
const Lshortfile Int64 = 16
Const Lshortfile As Int64 = 16
LstdFlags
const LstdFlags: Int64 = 3
const Int64 LstdFlags = 3
static let LstdFlags: Int64 = 3
const LstdFlags Int64 = 3
Const LstdFlags As Int64 = 3
Ltime
const Ltime: Int64 = 2
const Int64 Ltime = 2
static let Ltime: Int64 = 2
const Ltime Int64 = 2
Const Ltime As Int64 = 2
LUTC
const LUTC: Int64 = 32
const Int64 LUTC = 32
static let LUTC: Int64 = 32
const LUTC Int64 = 32
Const LUTC As Int64 = 32
Fatal
class method Fatal(params v: array of Object)
static void Fatal(params Object[] v)
static func Fatal(_ v: Object...)
// .NET, .NET Standard 2.0
func Fatal(v []interface{})
// Island
func Fatal(v []interface{}) void
Shared Sub Fatal(ParamArray v As Object())
Parameters:
- v:
Fatalf
class method Fatalf(format: string; params v: array of Object)
static void Fatalf(string format, params Object[] v)
static func Fatalf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Fatalf(format string, v []interface{})
// Island
func Fatalf(format string, v []interface{}) void
Shared Sub Fatalf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Fatalln
class method Fatalln(params v: array of Object)
static void Fatalln(params Object[] v)
static func Fatalln(_ v: Object...)
// .NET, .NET Standard 2.0
func Fatalln(v []interface{})
// Island
func Fatalln(v []interface{}) void
Shared Sub Fatalln(ParamArray v As Object())
Parameters:
- v:
Flags
class method Flags: int
static int Flags()
static func Flags() -> int
func Flags() int
Shared Function Flags() As int
New
class method New(out: Writer; prefix: string; flag: int): Memory<Logger>
static Memory<Logger> New(Writer out, string prefix, int flag)
static func New(_ out: Writer, _ prefix: string, _ flag: int) -> Memory<Logger>
func New(out Writer, prefix string, flag int) Memory<Logger>
Shared Function New(out As Writer, prefix As string, flag As int) As Memory<Logger>
Parameters:
- out:
- prefix:
- flag:
Output
class method Output(calldepth: int; s: string): error
static error Output(int calldepth, string s)
static func Output(_ calldepth: int, _ s: string) -> error
func Output(calldepth int, s string) error
Shared Function Output(calldepth As int, s As string) As error
Parameters:
- calldepth:
- s:
Panic
class method Panic(params v: array of Object)
static void Panic(params Object[] v)
static func Panic(_ v: Object...)
// .NET, .NET Standard 2.0
func Panic(v []interface{})
// Island
func Panic(v []interface{}) void
Shared Sub Panic(ParamArray v As Object())
Parameters:
- v:
Panicf
class method Panicf(format: string; params v: array of Object)
static void Panicf(string format, params Object[] v)
static func Panicf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Panicf(format string, v []interface{})
// Island
func Panicf(format string, v []interface{}) void
Shared Sub Panicf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Panicln
class method Panicln(params v: array of Object)
static void Panicln(params Object[] v)
static func Panicln(_ v: Object...)
// .NET, .NET Standard 2.0
func Panicln(v []interface{})
// Island
func Panicln(v []interface{}) void
Shared Sub Panicln(ParamArray v As Object())
Parameters:
- v:
Prefix
class method Prefix: string
static string Prefix()
static func Prefix() -> string
func Prefix() string
Shared Function Prefix() As string
class method Print(params v: array of Object)
static void Print(params Object[] v)
static func Print(_ v: Object...)
// .NET, .NET Standard 2.0
func Print(v []interface{})
// Island
func Print(v []interface{}) void
Shared Sub Print(ParamArray v As Object())
Parameters:
- v:
Printf
class method Printf(format: string; params v: array of Object)
static void Printf(string format, params Object[] v)
static func Printf(_ format: string, _ v: Object...)
// .NET, .NET Standard 2.0
func Printf(format string, v []interface{})
// Island
func Printf(format string, v []interface{}) void
Shared Sub Printf(format As string, ParamArray v As Object())
Parameters:
- format:
- v:
Println
class method Println(params v: array of Object)
static void Println(params Object[] v)
static func Println(_ v: Object...)
// .NET, .NET Standard 2.0
func Println(v []interface{})
// Island
func Println(v []interface{}) void
Shared Sub Println(ParamArray v As Object())
Parameters:
- v:
SetFlags
class method SetFlags(flag: int)
static void SetFlags(int flag)
static func SetFlags(_ flag: int)
// .NET, .NET Standard 2.0
func SetFlags(flag int)
// Island
func SetFlags(flag int) void
Shared Sub SetFlags(flag As int)
Parameters:
- flag:
SetOutput
class method SetOutput(w: Writer)
static void SetOutput(Writer w)
static func SetOutput(_ w: Writer)
// .NET, .NET Standard 2.0
func SetOutput(w Writer)
// Island
func SetOutput(w Writer) void
Shared Sub SetOutput(w As Writer)
Parameters:
- w:
SetPrefix
class method SetPrefix(prefix: string)
static void SetPrefix(string prefix)
static func SetPrefix(_ prefix: string)
// .NET, .NET Standard 2.0
func SetPrefix(prefix string)
// Island
func SetPrefix(prefix string) void
Shared Sub SetPrefix(prefix As string)
Parameters:
- prefix:
Writer
class method Writer: Writer
static Writer Writer()
static func Writer() -> Writer
func Writer() Writer
Shared Function Writer() As Writer