Skip to content

Commit

Permalink
Update log_state.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Guinard <[email protected]>
  • Loading branch information
tgymnich and christiangnrd authored Jan 27, 2025
1 parent 69f66c2 commit 0e764fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/mtl/log_state.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
export MTLLogLevel

@cenum MTLLogLevel::NSInteger begin
MTLLogLevelUndefined = 0
MTLLogLevelDebug = 1
MTLLogLevelInfo = 2
MTLLogLevelNotice = 3
MTLLogLevelError = 4
MTLLogLevelFault = 5
end

export MTLLogStateDescriptor

@objcwrapper immutable=false MTLLogStateDescriptor <: NSObject
Expand Down

0 comments on commit 0e764fb

Please sign in to comment.