HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class LogRecord

package java.util.logging

implements Serializable

@:nativeGen@:libType@:javaNative@:native("java.util.logging.LogRecord")@:javaCanonical("java.util.logging","LogRecord")

Available on java

Constructor

new(param1:Level, param2:String)

Methods

getLevel():Level

getLoggerName():String

getMessage():String

getMillis():Int64

getParameters():NativeArray<Dynamic>

getResourceBundle():ResourceBundle

getResourceBundleName():String

getSequenceNumber():Int64

getSourceClassName():String

getSourceMethodName():String

getThreadID():Int

getThrown():Throwable

setLevel(param1:Level):Void

setLoggerName(param1:String):Void

setMessage(param1:String):Void

setMillis(param1:Int64):Void

setParameters(param1:NativeArray<Dynamic>):Void

setResourceBundle(param1:ResourceBundle):Void

setResourceBundleName(param1:String):Void

setSequenceNumber(param1:Int64):Void

setSourceClassName(param1:String):Void

setSourceMethodName(param1:String):Void

setThreadID(param1:Int):Void

setThrown(param1:Throwable):Void

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe